#B0DC5B

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

Shades of Conifer #B0DC5B

Tints of Conifer #B0DC5B

Color information

#B0DC5B (or 0xB0DC5B) is unknown color: approx Conifer. HEX triplet: B0, DC and 5B. RGB value is (176,220,91). Sum of RGB (Red+Green+Blue) = 176+220+91=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC5B is #4F23A4. Grayscale: #C0C0C0. Windows color (decimal): -5186469 or 6020272. OLE color: 6020272.

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

Color convert

RGB17622091-
CMYK0.200.590.14
HSL80.47º64.82%60.98%-
HSV(B)80.47º58.64%86.27%-
XYZ45.3961.1719.31-
YUV192.1470.92116.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=36.14%
G=45.17%
B=18.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal176220910.200.590.1480.4764.8260.98
HexB0DC5B1403BE50413d
Octal260334133240731612010175
Binary10110000110111001011011101000111011111010100001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DC5B; }

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

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

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

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

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

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

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

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