#B0CD54

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

Shades of Conifer #B0CD54

Tints of Conifer #B0CD54

Color information

#B0CD54 (or 0xB0CD54) is unknown color: approx Conifer. HEX triplet: B0, CD and 54. RGB value is (176,205,84). Sum of RGB (Red+Green+Blue) = 176+205+84=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CD54 is #4F32AB. Grayscale: #B6B6B6. Windows color (decimal): -5190316 or 5557680. OLE color: 5557680.

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

Color convert

RGB17620584-
CMYK0.1400.590.20
HSL74.38º54.75%56.67%-
HSV(B)74.38º59.02%80.39%-
XYZ41.3453.5316.54-
YUV182.5472.39123.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 205 (80.47% from 255) = 44.09%
BLUE value IS 84 (33.20% from 255) = 18.06%
R=37.85%
G=44.09%
B=18.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176205840.1400.590.2074.3854.7556.67
HexB0CD54E03B144a3739
Octal26031512416073241126771
Binary1011000011001101101010011100111011101001001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CD54; }

 p { color: rgb(176,205,84); }

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

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

 a { background-color: rgb(176,205,84); }

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

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

 span { border-color: rgb(176,205,84); }

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