Html Css Color HEX #B0D86B Conifer

📋 copy color: '#B0D86B'

red 176 ◦ green 216 ◦ blue 107

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

Shades of Conifer #B0D86B

Tints of Conifer #B0D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.29%

 BLUE value IS 107 (42.19% from 255) = 21.44%

R = 35.27%
G = 43.29%
B = 21.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#B0D86B (or 0xB0D86B) is known color: Conifer. HEX triplet: B0, D8 and 6B. RGB value is (176,216,107). Sum of RGB (Red+Green+Blue) = 176+216+107=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D86B is #4F2794. Grayscale: #C0C0C0. Windows color (decimal): -5187477 or 7067824. OLE color: 7067824.

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

Color convert

RGB 176 216 107 -
CMYK 0.19 0 0.50 0.15
HSL 82.02º 0.58% 0.63% -
HSV(B) 82.02º 0.5% 0.85% -
XYZ 45.11 59.4 23 -
YUV 191.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 176 216 107 0.19 0 0.50 0.15 82.02 0.58 0.63
Hex B0 D8 6B 13 0 32 F 52 3A 3F
Octal 260 330 153 23 0 62 17 122 72 77
Binary 10110000 11011000 1101011 10011 0 110010 1111 1010010 111010 111111

Color Harmonies of #B0D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D86B

Black with #B0D86B

Text Example


Text Example

White with #B0D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D86B; }

 p { color: rgb(176,216,107); }

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

background-color css

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

 a { background-color: rgb(176,216,107); }

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

border-color css

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

 span { border-color: rgb(176,216,107); }

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