Html Css Color HEX #B6D966 Conifer

📋 copy color: '#B6D966'

red 182 ◦ green 217 ◦ blue 102

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

Shades of Conifer #B6D966

Tints of Conifer #B6D966

RGB

 RED value IS 182 (71.48% from 255) = 36.33%

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

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

R = 36.33%
G = 43.31%
B = 20.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#B6D966 (or 0xB6D966) is known color: Conifer. HEX triplet: B6, D9 and 66. RGB value is (182,217,102). Sum of RGB (Red+Green+Blue) = 182+217+102=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D966 is #492699. Grayscale: #C1C1C1. Windows color (decimal): -4794010 or 6740406. OLE color: 6740406.

HSL color Cylindrical-coordinate representation of color #B6D966: hue angle of 78.26º 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 #B6D966 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 217 102 -
CMYK 0.16 0 0.53 0.15
HSL 78.26º 0.6% 0.63% -
HSV(B) 78.26º 0.53% 0.85% -
XYZ 46.5 60.53 21.8 -
YUV 193.43 76.4 119.85 -
System Red Green Blue C M Y K H S L
Decimal 182 217 102 0.16 0 0.53 0.15 78.26 0.6 0.63
Hex B6 D9 66 10 0 35 F 4E 3C 3F
Octal 266 331 146 20 0 65 17 116 74 77
Binary 10110110 11011001 1100110 10000 0 110101 1111 1001110 111100 111111

Color Harmonies of #B6D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D966

Black with #B6D966

Text Example


Text Example

White with #B6D966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D966; }

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

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

background-color css

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

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

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

border-color css

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

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

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