#BDC680

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

Shades of Pine Glade #BDC680

Tints of Pine Glade #BDC680

Color information

#BDC680 (or 0xBDC680) is unknown color: approx Pine Glade. HEX triplet: BD, C6 and 80. RGB value is (189,198,128). Sum of RGB (Red+Green+Blue) = 189+198+128=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC680 is #42397F. Grayscale: #BBBBBB. Windows color (decimal): -4340096 or 8439485. OLE color: 8439485.

HSL color Cylindrical-coordinate representation of color #BDC680: hue angle of 67.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDC680 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB189198128-
CMYK0.0500.350.22
HSL67.71º38.04%63.92%-
HSV(B)67.71º35.35%77.65%-
XYZ45.0852.7728.23-
YUV187.3394.52129.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=36.70%
G=38.45%
B=24.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981280.0500.350.2267.7138.0463.92
HexBDC680502316442640
Octal27530620050432610446100
Binary10111101110001101000000010101000111011010001001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC680; }

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

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

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

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

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

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

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

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