#b4d24b

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

Shades of Conifer #B4D24B

Tints of Conifer #B4D24B

Color information

#B4D24B (or 0xB4D24B) is unknown color: approx Conifer. HEX triplet: B4, D2 and 4B. RGB value is (180,210,75). Sum of RGB (Red+Green+Blue) = 180+210+75=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D24B is #4B2DB4. Grayscale: #BABABA. Windows color (decimal): -4926901 or 4969140. OLE color: 4969140.

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

Color convert

RGB18021075-
CMYK0.1400.640.18
HSL73.33º60%55.88%-
HSV(B)73.33º64.29%82.35%-
XYZ43.1456.315.25-
YUV185.6465.56123.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 210 (82.42% from 255) = 45.16%
BLUE value IS 75 (29.69% from 255) = 16.13%
R=38.71%
G=45.16%
B=16.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180210750.1400.640.1873.336055.88
HexB4D24BE04012493c38
Octal264322113160100221117470
Binary10110100110100101001011111001000000100101001001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4d24b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4d24b; }

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

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

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

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

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

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

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

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