#B4E164

Color #B4E164 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B4E164

Tints of Conifer #B4E164

Color information

#B4E164 (or 0xB4E164) is unknown color: approx Conifer. HEX triplet: B4, E1 and 64. RGB value is (180,225,100). Sum of RGB (Red+Green+Blue) = 180+225+100=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E164 is #4B1E9B. Grayscale: #C5C5C5. Windows color (decimal): -4923036 or 6611380. OLE color: 6611380.

HSL color Cylindrical-coordinate representation of color #B4E164: hue angle of 81.6º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4E164 is Cyan = 0.2, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB180225100-
CMYK0.200.560.12
HSL81.6º67.57%63.73%-
HSV(B)81.6º55.56%88.24%-
XYZ48.0564.4721.97-
YUV197.373.09115.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 100 (39.45% from 255) = 19.80%
R=35.64%
G=44.55%
B=19.80%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802251000.200.560.1281.667.5763.73
HexB4E16414038C524440
Octal2643411442407014122104100
Binary101101001110000111001001010001110001100101001010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E164; }

 p { color: rgb(180,225,100); }

 H1.HeaderClassName
 {
   color: #B4E164;
 }
 .AnyTagClassName
 {
   color: #B4E164;
 }
</style>
background-color css

<style>
 a { background-color: #B4E164; }

 a { background-color: rgb(180,225,100); }

 div.DivClassName
 {
   background-color: #B4E164;
 }
 .BgClassName
 {
   background-color: #B4E164;
 }
</style>
border-color css

<style>
 span { border-color: #B4E164; }

 span { border-color: rgb(180,225,100); }

 td.TdClassName
 {
   border-color: #B4E164;
 }
 .TagClassName
 {
   border-color: #B4E164;
 }
</style>