#B0DC58

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

Shades of Conifer #B0DC58

Tints of Conifer #B0DC58

Color information

#B0DC58 (or 0xB0DC58) is unknown color: approx Conifer. HEX triplet: B0, DC and 58. RGB value is (176,220,88). Sum of RGB (Red+Green+Blue) = 176+220+88=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC58 is #4F23A7. Grayscale: #C0C0C0. Windows color (decimal): -5186472 or 5823664. OLE color: 5823664.

HSL color Cylindrical-coordinate representation of color #B0DC58: hue angle of 80º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0DC58 is Cyan = 0.2, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB17622088-
CMYK0.200.60.14
HSL80º65.35%60.39%-
HSV(B)80º60%86.27%-
XYZ45.2661.1218.64-
YUV191.869.42116.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 88 (34.77% from 255) = 18.18%
R=36.36%
G=45.45%
B=18.18%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal176220880.200.60.148065.3560.39
HexB0DC581403CE50413c
Octal260334130240741612010174
Binary10110000110111001011000101000111100111010100001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DC58; }

 p { color: rgb(176,220,88); }

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

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

 a { background-color: rgb(176,220,88); }

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

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

 span { border-color: rgb(176,220,88); }

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