Html Css Color HEX #B6BC7D Pine Glade

📋 copy color: '#B6BC7D'

red 182 ◦ green 188 ◦ blue 125

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

Shades of Pine Glade #B6BC7D

Tints of Pine Glade #B6BC7D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.98%

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

R = 36.77%
G = 37.98%
B = 25.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#B6BC7D (or 0xB6BC7D) is known color: Pine Glade. HEX triplet: B6, BC and 7D. RGB value is (182,188,125). Sum of RGB (Red+Green+Blue) = 182+188+125=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BC7D is #494382. Grayscale: #B3B3B3. Windows color (decimal): -4801411 or 8240310. OLE color: 8240310.

HSL color Cylindrical-coordinate representation of color #B6BC7D: hue angle of 65.71º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6BC7D is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 188 125 -
CMYK 0.03 0 0.34 0.26
HSL 65.71º 0.32% 0.61% -
HSV(B) 65.71º 0.34% 0.74% -
XYZ 40.98 47.39 26.39 -
YUV 179.02 97.51 130.12 -
System Red Green Blue C M Y K H S L
Decimal 182 188 125 0.03 0 0.34 0.26 65.71 0.32 0.61
Hex B6 BC 7D 3 0 22 1A 42 20 3D
Octal 266 274 175 3 0 42 32 102 40 75
Binary 10110110 10111100 1111101 11 0 100010 11010 1000010 100000 111101

Color Harmonies of #B6BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BC7D

Black with #B6BC7D

Text Example


Text Example

White with #B6BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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