Html Css Color HEX #BBC981 Pine Glade

📋 copy color: '#BBC981'

red 187 ◦ green 201 ◦ blue 129

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

Shades of Pine Glade #BBC981

Tints of Pine Glade #BBC981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.95%

R = 36.17%
G = 38.88%
B = 24.95%

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

#BBC981 (or 0xBBC981) is known color: Pine Glade. HEX triplet: BB, C9 and 81. RGB value is (187,201,129). Sum of RGB (Red+Green+Blue) = 187+201+129=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC981 is #44367E. Grayscale: #BCBCBC. Windows color (decimal): -4470399 or 8505787. OLE color: 8505787.

HSL color Cylindrical-coordinate representation of color #BBC981: hue angle of 71.67º 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 #BBC981 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 129 -
CMYK 0.07 0 0.36 0.21
HSL 71.67º 0.4% 0.65% -
HSV(B) 71.67º 0.36% 0.79% -
XYZ 45.34 53.92 28.79 -
YUV 188.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 187 201 129 0.07 0 0.36 0.21 71.67 0.4 0.65
Hex BB C9 81 7 0 24 15 48 28 41
Octal 273 311 201 7 0 44 25 110 50 101
Binary 10111011 11001001 10000001 111 0 100100 10101 1001000 101000 1000001

Color Harmonies of #BBC981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC981

Black with #BBC981

Text Example


Text Example

White with #BBC981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC981; }

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

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

background-color css

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

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

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

border-color css

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

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

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