Html Css Color HEX #BBBD80 Pine Glade

📋 copy color: '#BBBD80'

red 187 ◦ green 189 ◦ blue 128

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

Shades of Pine Glade #BBBD80

Tints of Pine Glade #BBBD80

RGB

 RED value IS 187 (73.44% from 255) = 37.1%

 GREEN value IS 189 (74.22% from 255) = 37.5%

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

R = 37.1%
G = 37.5%
B = 25.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BBBD80 (or 0xBBBD80) is known color: Pine Glade. HEX triplet: BB, BD and 80. RGB value is (187,189,128). Sum of RGB (Red+Green+Blue) = 187+189+128=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD80 is #44427F. Grayscale: #B5B5B5. Windows color (decimal): -4473472 or 8437179. OLE color: 8437179.

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

Color convert

RGB 187 189 128 -
CMYK 0.01 0 0.32 0.26
HSL 61.97º 0.32% 0.62% -
HSV(B) 61.97º 0.32% 0.74% -
XYZ 42.59 48.52 27.54 -
YUV 181.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 187 189 128 0.01 0 0.32 0.26 61.97 0.32 0.62
Hex BB BD 80 1 0 20 1A 3E 20 3E
Octal 273 275 200 1 0 40 32 76 40 76
Binary 10111011 10111101 10000000 1 0 100000 11010 111110 100000 111110

Color Harmonies of #BBBD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD80

Black with #BBBD80

Text Example


Text Example

White with #BBBD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD80; }

 p { color: rgb(187,189,128); }

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

background-color css

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

 a { background-color: rgb(187,189,128); }

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

border-color css

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

 span { border-color: rgb(187,189,128); }

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