#BCC27D

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

Shades of Pine Glade #BCC27D

Tints of Pine Glade #BCC27D

Color information

#BCC27D (or 0xBCC27D) is unknown color: approx Pine Glade. HEX triplet: BC, C2 and 7D. RGB value is (188,194,125). Sum of RGB (Red+Green+Blue) = 188+194+125=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC27D is #433D82. Grayscale: #B8B8B8. Windows color (decimal): -4406659 or 8241852. OLE color: 8241852.

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

Color convert

RGB188194125-
CMYK0.0300.360.24
HSL65.22º36.13%62.55%-
HSV(B)65.22º35.57%76.08%-
XYZ43.7350.7626.89-
YUV184.3494.51130.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=37.08%
G=38.26%
B=24.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941250.0300.360.2465.2236.1362.55
HexBCC27D30241841243f
Octal2743021753044301014477
Binary10111100110000101111101110100100110001000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC27D; }

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

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

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

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

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

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

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

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