#BDC185

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

Shades of Pine Glade #BDC185

Tints of Pine Glade #BDC185

Color information

#BDC185 (or 0xBDC185) is unknown color: approx Pine Glade. HEX triplet: BD, C1 and 85. RGB value is (189,193,133). Sum of RGB (Red+Green+Blue) = 189+193+133=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC185 is #423E7A. Grayscale: #B9B9B9. Windows color (decimal): -4341371 or 8765885. OLE color: 8765885.

HSL color Cylindrical-coordinate representation of color #BDC185: hue angle of 64º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDC185 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB189193133-
CMYK0.0200.310.24
HSL64º32.61%63.92%-
HSV(B)64º31.09%75.69%-
XYZ44.2950.6529.63-
YUV184.9698.67130.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=36.70%
G=37.48%
B=25.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931330.0200.310.246432.6163.92
HexBDC185201F18402140
Octal27530120520373010041100
Binary101111011100000110000101100111111100010000001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC185; }

 p { color: rgb(189,193,133); }

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

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

 a { background-color: rgb(189,193,133); }

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

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

 span { border-color: rgb(189,193,133); }

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