#BDC18A

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

Shades of Pine Glade #BDC18A

Tints of Pine Glade #BDC18A

Color information

#BDC18A (or 0xBDC18A) is unknown color: approx Pine Glade. HEX triplet: BD, C1 and 8A. RGB value is (189,193,138). Sum of RGB (Red+Green+Blue) = 189+193+138=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC18A is #423E75. Grayscale: #B9B9B9. Windows color (decimal): -4341366 or 9093565. OLE color: 9093565.

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

Color convert

RGB189193138-
CMYK0.0200.280.24
HSL64.36º30.73%64.9%-
HSV(B)64.36º28.5%75.69%-
XYZ44.6450.7931.5-
YUV185.53101.17130.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=36.35%
G=37.12%
B=26.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931380.0200.280.2464.3630.7364.9
HexBDC18A201C18401f41
Octal27530121220343010037101
Binary10111101110000011000101010011100110001000000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC18A; }

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

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

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

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

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

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

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

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