Html Css Color HEX #BCC585 Pine Glade

📋 copy color: '#BCC585'

red 188 ◦ green 197 ◦ blue 133

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

Shades of Pine Glade #BCC585

Tints of Pine Glade #BCC585

RGB

 RED value IS 188 (73.83% from 255) = 36.29%

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

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

R = 36.29%
G = 38.03%
B = 25.68%

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

#BCC585 (or 0xBCC585) is known color: Pine Glade. HEX triplet: BC, C5 and 85. RGB value is (188,197,133). Sum of RGB (Red+Green+Blue) = 188+197+133=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC585 is #433A7A. Grayscale: #BBBBBB. Windows color (decimal): -4405883 or 8766908. OLE color: 8766908.

HSL color Cylindrical-coordinate representation of color #BCC585: hue angle of 68.44º 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 #BCC585 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 133 -
CMYK 0.05 0 0.32 0.23
HSL 68.44º 0.36% 0.65% -
HSV(B) 68.44º 0.32% 0.77% -
XYZ 44.94 52.32 29.92 -
YUV 187.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 188 197 133 0.05 0 0.32 0.23 68.44 0.36 0.65
Hex BC C5 85 5 0 20 17 44 24 41
Octal 274 305 205 5 0 40 27 104 44 101
Binary 10111100 11000101 10000101 101 0 100000 10111 1000100 100100 1000001

Color Harmonies of #BCC585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC585

Black with #BCC585

Text Example


Text Example

White with #BCC585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC585; }

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

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

background-color css

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

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

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

border-color css

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

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

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