Html Css Color HEX #BBC280 Pine Glade

📋 copy color: '#BBC280'

red 187 ◦ green 194 ◦ blue 128

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

Shades of Pine Glade #BBC280

Tints of Pine Glade #BBC280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

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

R = 36.74%
G = 38.11%
B = 25.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#BBC280 (or 0xBBC280) is known color: Pine Glade. HEX triplet: BB, C2 and 80. RGB value is (187,194,128). Sum of RGB (Red+Green+Blue) = 187+194+128=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC280 is #443D7F. Grayscale: #B8B8B8. Windows color (decimal): -4472192 or 8438459. OLE color: 8438459.

HSL color Cylindrical-coordinate representation of color #BBC280: hue angle of 66.36º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBC280 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 128 -
CMYK 0.04 0 0.34 0.24
HSL 66.36º 0.35% 0.63% -
HSV(B) 66.36º 0.34% 0.76% -
XYZ 43.68 50.71 27.91 -
YUV 184.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 187 194 128 0.04 0 0.34 0.24 66.36 0.35 0.63
Hex BB C2 80 4 0 22 18 42 23 3F
Octal 273 302 200 4 0 42 30 102 43 77
Binary 10111011 11000010 10000000 100 0 100010 11000 1000010 100011 111111

Color Harmonies of #BBC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC280

Black with #BBC280

Text Example


Text Example

White with #BBC280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC280; }

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

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

background-color css

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

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

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

border-color css

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

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

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