#B4E160

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

Shades of Conifer #B4E160

Tints of Conifer #B4E160

Color information

#B4E160 (or 0xB4E160) is unknown color: approx Conifer. HEX triplet: B4, E1 and 60. RGB value is (180,225,96). Sum of RGB (Red+Green+Blue) = 180+225+96=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E160 is #4B1E9F. Grayscale: #C5C5C5. Windows color (decimal): -4923040 or 6349236. OLE color: 6349236.

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

Color convert

RGB18022596-
CMYK0.200.570.12
HSL80.93º68.25%62.94%-
HSV(B)80.93º57.33%88.24%-
XYZ47.8664.420.97-
YUV196.8471.09115.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 225 (88.28% from 255) = 44.91%
BLUE value IS 96 (37.89% from 255) = 19.16%
R=35.93%
G=44.91%
B=19.16%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal180225960.200.570.1280.9368.2562.94
HexB4E16014039C51443f
Octal264341140240711412110477
Binary10110100111000011100000101000111001110010100011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E160; }

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

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

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

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

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

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

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

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