Html Css Color HEX #B9BE7E Pine Glade

📋 copy color: '#B9BE7E'

red 185 ◦ green 190 ◦ blue 126

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

Shades of Pine Glade #B9BE7E

Tints of Pine Glade #B9BE7E

RGB

 RED value IS 185 (72.66% from 255) = 36.93%

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

 BLUE value IS 126 (49.61% from 255) = 25.15%

R = 36.93%
G = 37.92%
B = 25.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#B9BE7E (or 0xB9BE7E) is known color: Pine Glade. HEX triplet: B9, BE and 7E. RGB value is (185,190,126). Sum of RGB (Red+Green+Blue) = 185+190+126=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE7E is #464181. Grayscale: #B5B5B5. Windows color (decimal): -4604290 or 8306361. OLE color: 8306361.

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

Color convert

RGB 185 190 126 -
CMYK 0.03 0 0.34 0.25
HSL 64.69º 0.33% 0.62% -
HSV(B) 64.69º 0.34% 0.75% -
XYZ 42.19 48.65 26.91 -
YUV 181.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 185 190 126 0.03 0 0.34 0.25 64.69 0.33 0.62
Hex B9 BE 7E 3 0 22 19 41 21 3E
Octal 271 276 176 3 0 42 31 101 41 76
Binary 10111001 10111110 1111110 11 0 100010 11001 1000001 100001 111110

Color Harmonies of #B9BE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE7E

Black with #B9BE7E

Text Example


Text Example

White with #B9BE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE7E; }

 p { color: rgb(185,190,126); }

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

background-color css

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

 a { background-color: rgb(185,190,126); }

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

border-color css

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

 span { border-color: rgb(185,190,126); }

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