#B0D559

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

Shades of Conifer #B0D559

Tints of Conifer #B0D559

Color information

#B0D559 (or 0xB0D559) is unknown color: approx Conifer. HEX triplet: B0, D5 and 59. RGB value is (176,213,89). Sum of RGB (Red+Green+Blue) = 176+213+89=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D559 is #4F2AA6. Grayscale: #BCBCBC. Windows color (decimal): -5188263 or 5887408. OLE color: 5887408.

HSL color Cylindrical-coordinate representation of color #B0D559: hue angle of 77.9º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0D559 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB17621389-
CMYK0.1700.580.16
HSL77.9º59.62%59.22%-
HSV(B)77.9º58.22%83.53%-
XYZ43.557.5418.26-
YUV187.872.24119.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 213 (83.59% from 255) = 44.56%
BLUE value IS 89 (35.16% from 255) = 18.62%
R=36.82%
G=44.56%
B=18.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176213890.1700.580.1677.959.6259.22
HexB0D5591103A104e3c3b
Octal26032513121072201167473
Binary10110000110101011011001100010111010100001001110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D559; }

 p { color: rgb(176,213,89); }

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

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

 a { background-color: rgb(176,213,89); }

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

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

 span { border-color: rgb(176,213,89); }

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