Html Css Color HEX #B6C07D Pine Glade

📋 copy color: '#B6C07D'

red 182 ◦ green 192 ◦ blue 125

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

Shades of Pine Glade #B6C07D

Tints of Pine Glade #B6C07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.05%

R = 36.47%
G = 38.48%
B = 25.05%

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

#B6C07D (or 0xB6C07D) is known color: Pine Glade. HEX triplet: B6, C0 and 7D. RGB value is (182,192,125). Sum of RGB (Red+Green+Blue) = 182+192+125=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C07D is #493F82. Grayscale: #B5B5B5. Windows color (decimal): -4800387 or 8241334. OLE color: 8241334.

HSL color Cylindrical-coordinate representation of color #B6C07D: hue angle of 68.96º 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 #B6C07D is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 192 125 -
CMYK 0.05 0 0.35 0.25
HSL 68.96º 0.35% 0.62% -
HSV(B) 68.96º 0.35% 0.75% -
XYZ 41.84 49.13 26.68 -
YUV 181.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 182 192 125 0.05 0 0.35 0.25 68.96 0.35 0.62
Hex B6 C0 7D 5 0 23 19 45 23 3E
Octal 266 300 175 5 0 43 31 105 43 76
Binary 10110110 11000000 1111101 101 0 100011 11001 1000101 100011 111110

Color Harmonies of #B6C07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C07D

Black with #B6C07D

Text Example


Text Example

White with #B6C07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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