#BDC684

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

Shades of Pine Glade #BDC684

Tints of Pine Glade #BDC684

Color information

#BDC684 (or 0xBDC684) is unknown color: approx Pine Glade. HEX triplet: BD, C6 and 84. RGB value is (189,198,132). Sum of RGB (Red+Green+Blue) = 189+198+132=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC684 is #42397B. Grayscale: #BCBCBC. Windows color (decimal): -4340092 or 8701629. OLE color: 8701629.

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

Color convert

RGB189198132-
CMYK0.0500.330.22
HSL68.18º36.67%64.71%-
HSV(B)68.18º33.33%77.65%-
XYZ45.3552.8729.65-
YUV187.7896.52128.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 198 (77.73% from 255) = 38.15%
BLUE value IS 132 (51.95% from 255) = 25.43%
R=36.42%
G=38.15%
B=25.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981320.0500.330.2268.1836.6764.71
HexBDC684502116442541
Octal27530620450412610445101
Binary10111101110001101000010010101000011011010001001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC684; }

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

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

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

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

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

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

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

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