Html Css Color HEX #B9BF80 Pine Glade

📋 copy color: '#B9BF80'

red 185 ◦ green 191 ◦ blue 128

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

Shades of Pine Glade #B9BF80

Tints of Pine Glade #B9BF80

RGB

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

 GREEN value IS 191 (75% from 255) = 37.9%

 BLUE value IS 128 (50.39% from 255) = 25.4%

R = 36.71%
G = 37.9%
B = 25.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#B9BF80 (or 0xB9BF80) is known color: Pine Glade. HEX triplet: B9, BF and 80. RGB value is (185,191,128). Sum of RGB (Red+Green+Blue) = 185+191+128=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BF80 is #46407F. Grayscale: #B6B6B6. Windows color (decimal): -4604032 or 8437689. OLE color: 8437689.

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

Color convert

RGB 185 191 128 -
CMYK 0.03 0 0.33 0.25
HSL 65.71º 0.33% 0.63% -
HSV(B) 65.71º 0.33% 0.75% -
XYZ 42.53 49.13 27.66 -
YUV 182.02 97.51 130.12 -
System Red Green Blue C M Y K H S L
Decimal 185 191 128 0.03 0 0.33 0.25 65.71 0.33 0.63
Hex B9 BF 80 3 0 21 19 42 21 3F
Octal 271 277 200 3 0 41 31 102 41 77
Binary 10111001 10111111 10000000 11 0 100001 11001 1000010 100001 111111

Color Harmonies of #B9BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF80

Black with #B9BF80

Text Example


Text Example

White with #B9BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF80; }

 p { color: rgb(185,191,128); }

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

background-color css

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

 a { background-color: rgb(185,191,128); }

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

border-color css

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

 span { border-color: rgb(185,191,128); }

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