#B0D044

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

Shades of Conifer #B0D044

Tints of Conifer #B0D044

Color information

#B0D044 (or 0xB0D044) is unknown color: approx Conifer. HEX triplet: B0, D0 and 44. RGB value is (176,208,68). Sum of RGB (Red+Green+Blue) = 176+208+68=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D044 is #4F2FBB. Grayscale: #B6B6B6. Windows color (decimal): -5189564 or 4509872. OLE color: 4509872.

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

Color convert

RGB17620868-
CMYK0.1500.670.18
HSL73.71º59.83%54.12%-
HSV(B)73.71º67.31%81.57%-
XYZ41.554.7613.85-
YUV182.4763.4123.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 208 (81.64% from 255) = 46.02%
BLUE value IS 68 (26.95% from 255) = 15.04%
R=38.94%
G=46.02%
B=15.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176208680.1500.670.1873.7159.8354.12
HexB0D044F043124a3c36
Octal260320104170103221127466
Binary10110000110100001000100111101000011100101001010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D044; }

 p { color: rgb(176,208,68); }

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

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

 a { background-color: rgb(176,208,68); }

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

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

 span { border-color: rgb(176,208,68); }

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