#BDC48A

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

Shades of Pine Glade #BDC48A

Tints of Pine Glade #BDC48A

Color information

#BDC48A (or 0xBDC48A) is unknown color: approx Pine Glade. HEX triplet: BD, C4 and 8A. RGB value is (189,196,138). Sum of RGB (Red+Green+Blue) = 189+196+138=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC48A is #423B75. Grayscale: #BBBBBB. Windows color (decimal): -4340598 or 9094333. OLE color: 9094333.

HSL color Cylindrical-coordinate representation of color #BDC48A: hue angle of 67.24º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDC48A is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB189196138-
CMYK0.0400.300.23
HSL67.24º32.95%65.49%-
HSV(B)67.24º29.59%76.86%-
XYZ45.3152.1331.72-
YUV187.3100.18129.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 196 (76.95% from 255) = 37.48%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=36.14%
G=37.48%
B=26.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961380.0400.300.2367.2432.9565.49
HexBDC48A401E17432141
Octal27530421240362710341101
Binary1011110111000100100010101000111101011110000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC48A; }

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

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

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

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

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

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

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

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