Html Css Color HEX #B6D96B Conifer

📋 copy color: '#B6D96B'

red 182 ◦ green 217 ◦ blue 107

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

Shades of Conifer #B6D96B

Tints of Conifer #B6D96B

RGB

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

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

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

R = 35.97%
G = 42.89%
B = 21.15%

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

#B6D96B (or 0xB6D96B) is known color: Conifer. HEX triplet: B6, D9 and 6B. RGB value is (182,217,107). Sum of RGB (Red+Green+Blue) = 182+217+107=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D96B is #492694. Grayscale: #C2C2C2. Windows color (decimal): -4794005 or 7068086. OLE color: 7068086.

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

Color convert

RGB 182 217 107 -
CMYK 0.16 0 0.51 0.15
HSL 79.09º 0.59% 0.64% -
HSV(B) 79.09º 0.51% 0.85% -
XYZ 46.76 60.63 23.15 -
YUV 194 78.9 119.44 -
System Red Green Blue C M Y K H S L
Decimal 182 217 107 0.16 0 0.51 0.15 79.09 0.59 0.64
Hex B6 D9 6B 10 0 33 F 4F 3B 40
Octal 266 331 153 20 0 63 17 117 73 100
Binary 10110110 11011001 1101011 10000 0 110011 1111 1001111 111011 1000000

Color Harmonies of #B6D96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D96B

Black with #B6D96B

Text Example


Text Example

White with #B6D96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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