Html Css Color HEX #B0D966 Conifer

📋 copy color: '#B0D966'

red 176 ◦ green 217 ◦ blue 102

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

Shades of Conifer #B0D966

Tints of Conifer #B0D966

RGB

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

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

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

R = 35.56%
G = 43.84%
B = 20.61%

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

#B0D966 (or 0xB0D966) is known color: Conifer. HEX triplet: B0, D9 and 66. RGB value is (176,217,102). Sum of RGB (Red+Green+Blue) = 176+217+102=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D966 is #4F2699. Grayscale: #C0C0C0. Windows color (decimal): -5187226 or 6740400. OLE color: 6740400.

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

Color convert

RGB 176 217 102 -
CMYK 0.19 0 0.53 0.15
HSL 81.39º 0.6% 0.63% -
HSV(B) 81.39º 0.53% 0.85% -
XYZ 45.12 59.82 21.74 -
YUV 191.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 176 217 102 0.19 0 0.53 0.15 81.39 0.6 0.63
Hex B0 D9 66 13 0 35 F 51 3C 3F
Octal 260 331 146 23 0 65 17 121 74 77
Binary 10110000 11011001 1100110 10011 0 110101 1111 1010001 111100 111111

Color Harmonies of #B0D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D966

Black with #B0D966

Text Example


Text Example

White with #B0D966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D966; }

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

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

background-color css

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

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

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

border-color css

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

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

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