Html Css Color HEX #B6BE7D Pine Glade

📋 copy color: '#B6BE7D'

red 182 ◦ green 190 ◦ blue 125

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

Shades of Pine Glade #B6BE7D

Tints of Pine Glade #B6BE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.23%

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

R = 36.62%
G = 38.23%
B = 25.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#B6BE7D (or 0xB6BE7D) is known color: Pine Glade. HEX triplet: B6, BE and 7D. RGB value is (182,190,125). Sum of RGB (Red+Green+Blue) = 182+190+125=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BE7D is #494182. Grayscale: #B4B4B4. Windows color (decimal): -4800899 or 8240822. OLE color: 8240822.

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

Color convert

RGB 182 190 125 -
CMYK 0.04 0 0.34 0.25
HSL 67.38º 0.33% 0.62% -
HSV(B) 67.38º 0.34% 0.75% -
XYZ 41.41 48.25 26.53 -
YUV 180.2 96.85 129.29 -
System Red Green Blue C M Y K H S L
Decimal 182 190 125 0.04 0 0.34 0.25 67.38 0.33 0.62
Hex B6 BE 7D 4 0 22 19 43 21 3E
Octal 266 276 175 4 0 42 31 103 41 76
Binary 10110110 10111110 1111101 100 0 100010 11001 1000011 100001 111110

Color Harmonies of #B6BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BE7D

Black with #B6BE7D

Text Example


Text Example

White with #B6BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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