#BDC181

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

Shades of Pine Glade #BDC181

Tints of Pine Glade #BDC181

Color information

#BDC181 (or 0xBDC181) is unknown color: approx Pine Glade. HEX triplet: BD, C1 and 81. RGB value is (189,193,129). Sum of RGB (Red+Green+Blue) = 189+193+129=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC181 is #423E7E. Grayscale: #B8B8B8. Windows color (decimal): -4341375 or 8503741. OLE color: 8503741.

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

Color convert

RGB189193129-
CMYK0.0200.330.24
HSL63.75º34.04%63.14%-
HSV(B)63.75º33.16%75.69%-
XYZ44.0250.5428.2-
YUV184.5196.67131.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 193 (75.78% from 255) = 37.77%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=36.99%
G=37.77%
B=25.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931290.0200.330.2463.7534.0463.14
HexBDC18120211840223f
Octal2753012012041301004277
Binary101111011100000110000001100100001110001000000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC181; }

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

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

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

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

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

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

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

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