Html Css Color HEX #B0D959 Conifer

📋 copy color: '#B0D959'

red 176 ◦ green 217 ◦ blue 89

#B0D959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B0D959

Tints of Conifer #B0D959

RGB

 RED value IS 176 (69.14% from 255) = 36.51%

 GREEN value IS 217 (85.16% from 255) = 45.02%

 BLUE value IS 89 (35.16% from 255) = 18.46%

R = 36.51%
G = 45.02%
B = 18.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#B0D959 (or 0xB0D959) is known color: Conifer. HEX triplet: B0, D9 and 59. RGB value is (176,217,89). Sum of RGB (Red+Green+Blue) = 176+217+89=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D959 is #4F26A6. Grayscale: #BEBEBE. Windows color (decimal): -5187239 or 5888432. OLE color: 5888432.

HSL color Cylindrical-coordinate representation of color #B0D959: hue angle of 79.22º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0D959 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 89 -
CMYK 0.19 0 0.59 0.15
HSL 79.22º 0.63% 0.6% -
HSV(B) 79.22º 0.59% 0.85% -
XYZ 44.52 59.58 18.6 -
YUV 190.15 70.92 117.91 -
System Red Green Blue C M Y K H S L
Decimal 176 217 89 0.19 0 0.59 0.15 79.22 0.63 0.6
Hex B0 D9 59 13 0 3B F 4F 3F 3C
Octal 260 331 131 23 0 73 17 117 77 74
Binary 10110000 11011001 1011001 10011 0 111011 1111 1001111 111111 111100

Color Harmonies of #B0D959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D959

Black with #B0D959

Text Example


Text Example

White with #B0D959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D959; }

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

 H1.HeaderClassName
 {
   color: #B0D959;
 }
 .AnyTagClassName
 {
   color: #B0D959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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