#BDC583

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

Shades of Pine Glade #BDC583

Tints of Pine Glade #BDC583

Color information

#BDC583 (or 0xBDC583) is unknown color: approx Pine Glade. HEX triplet: BD, C5 and 83. RGB value is (189,197,131). Sum of RGB (Red+Green+Blue) = 189+197+131=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC583 is #423A7C. Grayscale: #BBBBBB. Windows color (decimal): -4340349 or 8635837. OLE color: 8635837.

HSL color Cylindrical-coordinate representation of color #BDC583: hue angle of 67.27º 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 #BDC583 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB189197131-
CMYK0.0400.340.23
HSL67.27º36.26%64.31%-
HSV(B)67.27º33.5%77.25%-
XYZ45.0552.3929.21-
YUV187.0896.35129.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 197 (77.34% from 255) = 38.10%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=36.56%
G=38.10%
B=25.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971310.0400.340.2367.2736.2664.31
HexBDC583402217432440
Octal27530520340422710344100
Binary10111101110001011000001110001000101011110000111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC583; }

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

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

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

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

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

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

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

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