Html Css Color HEX #BCC287 Pine Glade

📋 copy color: '#BCC287'

red 188 ◦ green 194 ◦ blue 135

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

Shades of Pine Glade #BCC287

Tints of Pine Glade #BCC287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.11%

R = 36.36%
G = 37.52%
B = 26.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BCC287 (or 0xBCC287) is known color: Pine Glade. HEX triplet: BC, C2 and 87. RGB value is (188,194,135). Sum of RGB (Red+Green+Blue) = 188+194+135=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC287 is #433D78. Grayscale: #B9B9B9. Windows color (decimal): -4406649 or 8897212. OLE color: 8897212.

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

Color convert

RGB 188 194 135 -
CMYK 0.03 0 0.30 0.24
HSL 66.1º 0.33% 0.65% -
HSV(B) 66.1º 0.3% 0.76% -
XYZ 44.4 51.02 30.43 -
YUV 185.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 188 194 135 0.03 0 0.30 0.24 66.1 0.33 0.65
Hex BC C2 87 3 0 1E 18 42 21 41
Octal 274 302 207 3 0 36 30 102 41 101
Binary 10111100 11000010 10000111 11 0 11110 11000 1000010 100001 1000001

Color Harmonies of #BCC287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC287

Black with #BCC287

Text Example


Text Example

White with #BCC287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC287; }

 p { color: rgb(188,194,135); }

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

background-color css

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

 a { background-color: rgb(188,194,135); }

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

border-color css

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

 span { border-color: rgb(188,194,135); }

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