#B4D251

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

Shades of Conifer #B4D251

Tints of Conifer #B4D251

Color information

#B4D251 (or 0xB4D251) is unknown color: approx Conifer. HEX triplet: B4, D2 and 51. RGB value is (180,210,81). Sum of RGB (Red+Green+Blue) = 180+210+81=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D251 is #4B2DAE. Grayscale: #BABABA. Windows color (decimal): -4926895 or 5362356. OLE color: 5362356.

HSL color Cylindrical-coordinate representation of color #B4D251: hue angle of 73.95º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4D251 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB18021081-
CMYK0.1400.610.18
HSL73.95º58.9%57.06%-
HSV(B)73.95º61.43%82.35%-
XYZ43.3556.3916.38-
YUV186.3268.56123.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 210 (82.42% from 255) = 44.59%
BLUE value IS 81 (32.03% from 255) = 17.20%
R=38.22%
G=44.59%
B=17.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180210810.1400.610.1873.9558.957.06
HexB4D251E03D124a3b39
Octal26432212116075221127371
Binary1011010011010010101000111100111101100101001010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D251; }

 p { color: rgb(180,210,81); }

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

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

 a { background-color: rgb(180,210,81); }

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

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

 span { border-color: rgb(180,210,81); }

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