Html Css Color HEX #BBC285 Pine Glade

📋 copy color: '#BBC285'

red 187 ◦ green 194 ◦ blue 133

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

Shades of Pine Glade #BBC285

Tints of Pine Glade #BBC285

RGB

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

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

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

R = 36.38%
G = 37.74%
B = 25.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#BBC285 (or 0xBBC285) is known color: Pine Glade. HEX triplet: BB, C2 and 85. RGB value is (187,194,133). Sum of RGB (Red+Green+Blue) = 187+194+133=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC285 is #443D7A. Grayscale: #B9B9B9. Windows color (decimal): -4472187 or 8766139. OLE color: 8766139.

HSL color Cylindrical-coordinate representation of color #BBC285: hue angle of 66.89º 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 #BBC285 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 133 -
CMYK 0.04 0 0.31 0.24
HSL 66.89º 0.33% 0.64% -
HSV(B) 66.89º 0.31% 0.76% -
XYZ 44.02 50.84 29.68 -
YUV 184.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 187 194 133 0.04 0 0.31 0.24 66.89 0.33 0.64
Hex BB C2 85 4 0 1F 18 43 21 40
Octal 273 302 205 4 0 37 30 103 41 100
Binary 10111011 11000010 10000101 100 0 11111 11000 1000011 100001 1000000

Color Harmonies of #BBC285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC285

Black with #BBC285

Text Example


Text Example

White with #BBC285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC285; }

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

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

background-color css

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

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

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

border-color css

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

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

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