Html Css Color HEX #B6D96A Conifer

📋 copy color: '#B6D96A'

red 182 ◦ green 217 ◦ blue 106

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

Shades of Conifer #B6D96A

Tints of Conifer #B6D96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.99%

R = 36.04%
G = 42.97%
B = 20.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#B6D96A (or 0xB6D96A) is known color: Conifer. HEX triplet: B6, D9 and 6A. RGB value is (182,217,106). Sum of RGB (Red+Green+Blue) = 182+217+106=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D96A is #492695. Grayscale: #C2C2C2. Windows color (decimal): -4794006 or 7002550. OLE color: 7002550.

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

Color convert

RGB 182 217 106 -
CMYK 0.16 0 0.51 0.15
HSL 78.92º 0.59% 0.63% -
HSV(B) 78.92º 0.51% 0.85% -
XYZ 46.71 60.61 22.87 -
YUV 193.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 182 217 106 0.16 0 0.51 0.15 78.92 0.59 0.63
Hex B6 D9 6A 10 0 33 F 4F 3B 3F
Octal 266 331 152 20 0 63 17 117 73 77
Binary 10110110 11011001 1101010 10000 0 110011 1111 1001111 111011 111111

Color Harmonies of #B6D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D96A

Black with #B6D96A

Text Example


Text Example

White with #B6D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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