#BCC58A

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

Shades of Pine Glade #BCC58A

Tints of Pine Glade #BCC58A

Color information

#BCC58A (or 0xBCC58A) is unknown color: approx Pine Glade. HEX triplet: BC, C5 and 8A. RGB value is (188,197,138). Sum of RGB (Red+Green+Blue) = 188+197+138=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC58A is #433A75. Grayscale: #BBBBBB. Windows color (decimal): -4405878 or 9094588. OLE color: 9094588.

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

Color convert

RGB188197138-
CMYK0.0500.300.23
HSL69.15º33.71%65.69%-
HSV(B)69.15º29.95%77.25%-
XYZ45.2952.4631.78-
YUV187.58100.02128.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 197 (77.34% from 255) = 37.67%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=35.95%
G=37.67%
B=26.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971380.0500.300.2369.1533.7165.69
HexBCC58A501E17452242
Octal27430521250362710542102
Binary1011110011000101100010101010111101011110001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC58A; }

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

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

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

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

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

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

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

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