Html Css Color HEX #B9BE71 Pine Glade

📋 copy color: '#B9BE71'

red 185 ◦ green 190 ◦ blue 113

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

Shades of Pine Glade #B9BE71

Tints of Pine Glade #B9BE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 37.91%
G = 38.93%
B = 23.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#B9BE71 (or 0xB9BE71) is known color: Pine Glade. HEX triplet: B9, BE and 71. RGB value is (185,190,113). Sum of RGB (Red+Green+Blue) = 185+190+113=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE71 is #46418E. Grayscale: #B4B4B4. Windows color (decimal): -4604303 or 7454393. OLE color: 7454393.

HSL color Cylindrical-coordinate representation of color #B9BE71: hue angle of 63.9º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9BE71 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 190 113 -
CMYK 0.03 0 0.41 0.25
HSL 63.9º 0.37% 0.59% -
HSV(B) 63.9º 0.41% 0.75% -
XYZ 41.4 48.33 22.77 -
YUV 179.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 185 190 113 0.03 0 0.41 0.25 63.9 0.37 0.59
Hex B9 BE 71 3 0 29 19 40 25 3B
Octal 271 276 161 3 0 51 31 100 45 73
Binary 10111001 10111110 1110001 11 0 101001 11001 1000000 100101 111011

Color Harmonies of #B9BE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE71

Black with #B9BE71

Text Example


Text Example

White with #B9BE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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