Html Css Color HEX #BBC385 Pine Glade

📋 copy color: '#BBC385'

red 187 ◦ green 195 ◦ blue 133

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

Shades of Pine Glade #BBC385

Tints of Pine Glade #BBC385

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.86%

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

R = 36.31%
G = 37.86%
B = 25.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#BBC385 (or 0xBBC385) is known color: Pine Glade. HEX triplet: BB, C3 and 85. RGB value is (187,195,133). Sum of RGB (Red+Green+Blue) = 187+195+133=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC385 is #443C7A. Grayscale: #B9B9B9. Windows color (decimal): -4471931 or 8766395. OLE color: 8766395.

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

Color convert

RGB 187 195 133 -
CMYK 0.04 0 0.32 0.24
HSL 67.74º 0.34% 0.64% -
HSV(B) 67.74º 0.32% 0.76% -
XYZ 44.24 51.29 29.76 -
YUV 185.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 187 195 133 0.04 0 0.32 0.24 67.74 0.34 0.64
Hex BB C3 85 4 0 20 18 44 22 40
Octal 273 303 205 4 0 40 30 104 42 100
Binary 10111011 11000011 10000101 100 0 100000 11000 1000100 100010 1000000

Color Harmonies of #BBC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC385

Black with #BBC385

Text Example


Text Example

White with #BBC385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC385; }

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

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

background-color css

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

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

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

border-color css

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

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

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