Html Css Color HEX #BBC085 Pine Glade

📋 copy color: '#BBC085'

red 187 ◦ green 192 ◦ blue 133

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

Shades of Pine Glade #BBC085

Tints of Pine Glade #BBC085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.5%

 BLUE value IS 133 (52.34% from 255) = 25.98%

R = 36.52%
G = 37.5%
B = 25.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BBC085 (or 0xBBC085) is known color: Pine Glade. HEX triplet: BB, C0 and 85. RGB value is (187,192,133). Sum of RGB (Red+Green+Blue) = 187+192+133=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC085 is #443F7A. Grayscale: #B8B8B8. Windows color (decimal): -4472699 or 8765627. OLE color: 8765627.

HSL color Cylindrical-coordinate representation of color #BBC085: hue angle of 65.08º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBC085 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 133 -
CMYK 0.03 0 0.31 0.25
HSL 65.08º 0.32% 0.64% -
HSV(B) 65.08º 0.31% 0.75% -
XYZ 43.58 49.96 29.54 -
YUV 183.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 187 192 133 0.03 0 0.31 0.25 65.08 0.32 0.64
Hex BB C0 85 3 0 1F 19 41 20 40
Octal 273 300 205 3 0 37 31 101 40 100
Binary 10111011 11000000 10000101 11 0 11111 11001 1000001 100000 1000000

Color Harmonies of #BBC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC085

Black with #BBC085

Text Example


Text Example

White with #BBC085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC085; }

 p { color: rgb(187,192,133); }

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

background-color css

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

 a { background-color: rgb(187,192,133); }

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

border-color css

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

 span { border-color: rgb(187,192,133); }

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