#BDC480

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

Shades of Pine Glade #BDC480

Tints of Pine Glade #BDC480

Color information

#BDC480 (or 0xBDC480) is unknown color: approx Pine Glade. HEX triplet: BD, C4 and 80. RGB value is (189,196,128). Sum of RGB (Red+Green+Blue) = 189+196+128=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC480 is #423B7F. Grayscale: #BABABA. Windows color (decimal): -4340608 or 8438973. OLE color: 8438973.

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

Color convert

RGB189196128-
CMYK0.0400.350.23
HSL66.18º36.56%63.53%-
HSV(B)66.18º34.69%76.86%-
XYZ44.6251.8628.08-
YUV186.1695.18130.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=36.84%
G=38.21%
B=24.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961280.0400.350.2366.1836.5663.53
HexBDC480402317422540
Octal27530420040432710245100
Binary10111101110001001000000010001000111011110000101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC480; }

 p { color: rgb(189,196,128); }

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

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

 a { background-color: rgb(189,196,128); }

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

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

 span { border-color: rgb(189,196,128); }

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