Html Css Color HEX #BBC185 Pine Glade

📋 copy color: '#BBC185'

red 187 ◦ green 193 ◦ blue 133

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

Shades of Pine Glade #BBC185

Tints of Pine Glade #BBC185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.62%

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

R = 36.45%
G = 37.62%
B = 25.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#BBC185 (or 0xBBC185) is known color: Pine Glade. HEX triplet: BB, C1 and 85. RGB value is (187,193,133). Sum of RGB (Red+Green+Blue) = 187+193+133=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC185 is #443E7A. Grayscale: #B8B8B8. Windows color (decimal): -4472443 or 8765883. OLE color: 8765883.

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

Color convert

RGB 187 193 133 -
CMYK 0.03 0 0.31 0.24
HSL 66º 0.33% 0.64% -
HSV(B) 66º 0.31% 0.76% -
XYZ 43.8 50.4 29.61 -
YUV 184.37 99.01 129.88 -
System Red Green Blue C M Y K H S L
Decimal 187 193 133 0.03 0 0.31 0.24 66 0.33 0.64
Hex BB C1 85 3 0 1F 18 42 21 40
Octal 273 301 205 3 0 37 30 102 41 100
Binary 10111011 11000001 10000101 11 0 11111 11000 1000010 100001 1000000

Color Harmonies of #BBC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC185

Black with #BBC185

Text Example


Text Example

White with #BBC185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC185; }

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

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

background-color css

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

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

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

border-color css

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

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

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