#B4E169

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

Shades of Conifer #B4E169

Tints of Conifer #B4E169

Color information

#B4E169 (or 0xB4E169) is unknown color: approx Conifer. HEX triplet: B4, E1 and 69. RGB value is (180,225,105). Sum of RGB (Red+Green+Blue) = 180+225+105=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E169 is #4B1E96. Grayscale: #C6C6C6. Windows color (decimal): -4923031 or 6939060. OLE color: 6939060.

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

Color convert

RGB180225105-
CMYK0.200.530.12
HSL82.5º66.67%64.71%-
HSV(B)82.5º53.33%88.24%-
XYZ48.364.5723.28-
YUV197.8675.59115.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 225 (88.28% from 255) = 44.12%
BLUE value IS 105 (41.41% from 255) = 20.59%
R=35.29%
G=44.12%
B=20.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802251050.200.530.1282.566.6764.71
HexB4E16914035C524341
Octal2643411512406514122103101
Binary101101001110000111010011010001101011100101001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E169; }

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

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

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

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

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

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

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

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