Html Css Color HEX #BBC680 Pine Glade

📋 copy color: '#BBC680'

red 187 ◦ green 198 ◦ blue 128

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

Shades of Pine Glade #BBC680

Tints of Pine Glade #BBC680

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.6%

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

R = 36.45%
G = 38.6%
B = 24.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#BBC680 (or 0xBBC680) is known color: Pine Glade. HEX triplet: BB, C6 and 80. RGB value is (187,198,128). Sum of RGB (Red+Green+Blue) = 187+198+128=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC680 is #44397F. Grayscale: #BBBBBB. Windows color (decimal): -4471168 or 8439483. OLE color: 8439483.

HSL color Cylindrical-coordinate representation of color #BBC680: hue angle of 69.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBC680 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 128 -
CMYK 0.06 0 0.35 0.22
HSL 69.43º 0.38% 0.64% -
HSV(B) 69.43º 0.35% 0.78% -
XYZ 44.58 52.51 28.21 -
YUV 186.73 94.86 128.19 -
System Red Green Blue C M Y K H S L
Decimal 187 198 128 0.06 0 0.35 0.22 69.43 0.38 0.64
Hex BB C6 80 6 0 23 16 45 26 40
Octal 273 306 200 6 0 43 26 105 46 100
Binary 10111011 11000110 10000000 110 0 100011 10110 1000101 100110 1000000

Color Harmonies of #BBC680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC680

Black with #BBC680

Text Example


Text Example

White with #BBC680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC680; }

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

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

background-color css

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

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

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

border-color css

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

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

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