Html Css Color HEX #BBC980 Pine Glade

📋 copy color: '#BBC980'

red 187 ◦ green 201 ◦ blue 128

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

Shades of Pine Glade #BBC980

Tints of Pine Glade #BBC980

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.95%

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

R = 36.24%
G = 38.95%
B = 24.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#BBC980 (or 0xBBC980) is known color: Pine Glade. HEX triplet: BB, C9 and 80. RGB value is (187,201,128). Sum of RGB (Red+Green+Blue) = 187+201+128=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC980 is #44367F. Grayscale: #BCBCBC. Windows color (decimal): -4470400 or 8440251. OLE color: 8440251.

HSL color Cylindrical-coordinate representation of color #BBC980: hue angle of 71.51º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBC980 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 128 -
CMYK 0.07 0 0.36 0.21
HSL 71.51º 0.4% 0.65% -
HSV(B) 71.51º 0.36% 0.79% -
XYZ 45.28 53.9 28.44 -
YUV 188.49 93.86 126.94 -
System Red Green Blue C M Y K H S L
Decimal 187 201 128 0.07 0 0.36 0.21 71.51 0.4 0.65
Hex BB C9 80 7 0 24 15 48 28 41
Octal 273 311 200 7 0 44 25 110 50 101
Binary 10111011 11001001 10000000 111 0 100100 10101 1001000 101000 1000001

Color Harmonies of #BBC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC980

Black with #BBC980

Text Example


Text Example

White with #BBC980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC980; }

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

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

background-color css

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

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

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

border-color css

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

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

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