Html Css Color HEX #BBC585 Pine Glade

📋 copy color: '#BBC585'

red 187 ◦ green 197 ◦ blue 133

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

Shades of Pine Glade #BBC585

Tints of Pine Glade #BBC585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.1%

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

R = 36.17%
G = 38.1%
B = 25.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#BBC585 (or 0xBBC585) is known color: Pine Glade. HEX triplet: BB, C5 and 85. RGB value is (187,197,133). Sum of RGB (Red+Green+Blue) = 187+197+133=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC585 is #443A7A. Grayscale: #BABABA. Windows color (decimal): -4471419 or 8766907. OLE color: 8766907.

HSL color Cylindrical-coordinate representation of color #BBC585: hue angle of 69.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBC585 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 133 -
CMYK 0.05 0 0.32 0.23
HSL 69.38º 0.36% 0.65% -
HSV(B) 69.38º 0.32% 0.77% -
XYZ 44.69 52.19 29.91 -
YUV 186.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 187 197 133 0.05 0 0.32 0.23 69.38 0.36 0.65
Hex BB C5 85 5 0 20 17 45 24 41
Octal 273 305 205 5 0 40 27 105 44 101
Binary 10111011 11000101 10000101 101 0 100000 10111 1000101 100100 1000001

Color Harmonies of #BBC585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC585

Black with #BBC585

Text Example


Text Example

White with #BBC585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC585; }

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

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

background-color css

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

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

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

border-color css

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

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

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