#BCC583

Color #BCC583 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BCC583

Tints of Pine Glade #BCC583

Color information

#BCC583 (or 0xBCC583) is unknown color: approx Pine Glade. HEX triplet: BC, C5 and 83. RGB value is (188,197,131). Sum of RGB (Red+Green+Blue) = 188+197+131=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC583 is #433A7C. Grayscale: #BBBBBB. Windows color (decimal): -4405885 or 8635836. OLE color: 8635836.

HSL color Cylindrical-coordinate representation of color #BCC583: hue angle of 68.18º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCC583 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB188197131-
CMYK0.0500.340.23
HSL68.18º36.26%64.31%-
HSV(B)68.18º33.5%77.25%-
XYZ44.852.2629.2-
YUV186.7896.52128.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 131 (51.56% from 255) = 25.39%
R=36.43%
G=38.18%
B=25.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971310.0500.340.2368.1836.2664.31
HexBCC583502217442440
Octal27430520350422710444100
Binary10111100110001011000001110101000101011110001001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC583; }

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

 H1.HeaderClassName
 {
   color: #BCC583;
 }
 .AnyTagClassName
 {
   color: #BCC583;
 }
</style>
background-color css

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

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

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

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

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

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