#B4E167

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

Shades of Conifer #B4E167

Tints of Conifer #B4E167

Color information

#B4E167 (or 0xB4E167) is unknown color: approx Conifer. HEX triplet: B4, E1 and 67. RGB value is (180,225,103). Sum of RGB (Red+Green+Blue) = 180+225+103=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 103 (40.62% from 255 or 20.28% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E167 is #4B1E98. Grayscale: #C6C6C6. Windows color (decimal): -4923033 or 6807988. OLE color: 6807988.

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

Color convert

RGB180225103-
CMYK0.200.540.12
HSL82.13º67.03%64.31%-
HSV(B)82.13º54.22%88.24%-
XYZ48.264.5322.75-
YUV197.6474.59115.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 225 (88.28% from 255) = 44.29%
BLUE value IS 103 (40.62% from 255) = 20.28%
R=35.43%
G=44.29%
B=20.28%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802251030.200.540.1282.1367.0364.31
HexB4E16714036C524340
Octal2643411472406614122103100
Binary101101001110000111001111010001101101100101001010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E167; }

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

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

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

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

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

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

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

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