Html Css Color HEX #B6C076 Pine Glade

📋 copy color: '#B6C076'

red 182 ◦ green 192 ◦ blue 118

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

Shades of Pine Glade #B6C076

Tints of Pine Glade #B6C076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.02%

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 36.99%
G = 39.02%
B = 23.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#B6C076 (or 0xB6C076) is known color: Pine Glade. HEX triplet: B6, C0 and 76. RGB value is (182,192,118). Sum of RGB (Red+Green+Blue) = 182+192+118=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C076 is #493F89. Grayscale: #B4B4B4. Windows color (decimal): -4800394 or 7782582. OLE color: 7782582.

HSL color Cylindrical-coordinate representation of color #B6C076: hue angle of 68.11º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6C076 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 192 118 -
CMYK 0.05 0 0.39 0.25
HSL 68.11º 0.37% 0.61% -
HSV(B) 68.11º 0.39% 0.75% -
XYZ 41.41 48.95 24.41 -
YUV 180.57 92.69 129.02 -
System Red Green Blue C M Y K H S L
Decimal 182 192 118 0.05 0 0.39 0.25 68.11 0.37 0.61
Hex B6 C0 76 5 0 27 19 44 25 3D
Octal 266 300 166 5 0 47 31 104 45 75
Binary 10110110 11000000 1110110 101 0 100111 11001 1000100 100101 111101

Color Harmonies of #B6C076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C076

Black with #B6C076

Text Example


Text Example

White with #B6C076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C076; }

 p { color: rgb(182,192,118); }

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

background-color css

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

 a { background-color: rgb(182,192,118); }

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

border-color css

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

 span { border-color: rgb(182,192,118); }

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