Html Css Color HEX #B0D866 Conifer

📋 copy color: '#B0D866'

red 176 ◦ green 216 ◦ blue 102

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

Shades of Conifer #B0D866

Tints of Conifer #B0D866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.65%

R = 35.63%
G = 43.72%
B = 20.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#B0D866 (or 0xB0D866) is known color: Conifer. HEX triplet: B0, D8 and 66. RGB value is (176,216,102). Sum of RGB (Red+Green+Blue) = 176+216+102=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D866 is #4F2799. Grayscale: #BFBFBF. Windows color (decimal): -5187482 or 6740144. OLE color: 6740144.

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

Color convert

RGB 176 216 102 -
CMYK 0.19 0 0.53 0.15
HSL 81.05º 0.59% 0.62% -
HSV(B) 81.05º 0.53% 0.85% -
XYZ 44.86 59.3 21.65 -
YUV 191.04 77.75 117.27 -
System Red Green Blue C M Y K H S L
Decimal 176 216 102 0.19 0 0.53 0.15 81.05 0.59 0.62
Hex B0 D8 66 13 0 35 F 51 3B 3E
Octal 260 330 146 23 0 65 17 121 73 76
Binary 10110000 11011000 1100110 10011 0 110101 1111 1010001 111011 111110

Color Harmonies of #B0D866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D866

Black with #B0D866

Text Example


Text Example

White with #B0D866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D866; }

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

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

background-color css

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

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

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

border-color css

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

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

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