#BDC57F

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

Shades of Pine Glade #BDC57F

Tints of Pine Glade #BDC57F

Color information

#BDC57F (or 0xBDC57F) is unknown color: approx Pine Glade. HEX triplet: BD, C5 and 7F. RGB value is (189,197,127). Sum of RGB (Red+Green+Blue) = 189+197+127=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC57F is #423A80. Grayscale: #BABABA. Windows color (decimal): -4340353 or 8373693. OLE color: 8373693.

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

Color convert

RGB189197127-
CMYK0.0400.360.23
HSL66.86º37.63%63.53%-
HSV(B)66.86º35.53%77.25%-
XYZ44.7852.2827.81-
YUV186.6394.35129.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 127 (50% from 255) = 24.76%
R=36.84%
G=38.40%
B=24.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971270.0400.360.2366.8637.6363.53
HexBDC57F402417432640
Octal27530517740442710346100
Binary1011110111000101111111110001001001011110000111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC57F; }

 p { color: rgb(189,197,127); }

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

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

 a { background-color: rgb(189,197,127); }

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

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

 span { border-color: rgb(189,197,127); }

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