Html Css Color HEX #B6C07C Pine Glade

📋 copy color: '#B6C07C'

red 182 ◦ green 192 ◦ blue 124

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

Shades of Pine Glade #B6C07C

Tints of Pine Glade #B6C07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.9%

R = 36.55%
G = 38.55%
B = 24.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#B6C07C (or 0xB6C07C) is known color: Pine Glade. HEX triplet: B6, C0 and 7C. RGB value is (182,192,124). Sum of RGB (Red+Green+Blue) = 182+192+124=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C07C is #493F83. Grayscale: #B5B5B5. Windows color (decimal): -4800388 or 8175798. OLE color: 8175798.

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

Color convert

RGB 182 192 124 -
CMYK 0.05 0 0.35 0.25
HSL 68.82º 0.35% 0.62% -
HSV(B) 68.82º 0.35% 0.75% -
XYZ 41.78 49.1 26.34 -
YUV 181.26 95.69 128.53 -
System Red Green Blue C M Y K H S L
Decimal 182 192 124 0.05 0 0.35 0.25 68.82 0.35 0.62
Hex B6 C0 7C 5 0 23 19 45 23 3E
Octal 266 300 174 5 0 43 31 105 43 76
Binary 10110110 11000000 1111100 101 0 100011 11001 1000101 100011 111110

Color Harmonies of #B6C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C07C

Black with #B6C07C

Text Example


Text Example

White with #B6C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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