#B9C3A3

Color #B9C3A3 Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #B9C3A3

Tints of Pale Leaf #B9C3A3

Color information

#B9C3A3 (or 0xB9C3A3) is unknown color: approx Pale Leaf. HEX triplet: B9, C3 and A3. RGB value is (185,195,163). Sum of RGB (Red+Green+Blue) = 185+195+163=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C3A3 is #463C5C. Grayscale: #BCBCBC. Windows color (decimal): -4602973 or 10732473. OLE color: 10732473.

HSL color Cylindrical-coordinate representation of color #B9C3A3: hue angle of 78.75º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9C3A3 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB185195163-
CMYK0.0500.160.24
HSL78.75º21.05%70.2%-
HSV(B)78.75º16.41%76.47%-
XYZ46.1351.9942.25-
YUV188.36113.69125.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 195 (76.56% from 255) = 35.91%
BLUE value IS 163 (64.06% from 255) = 30.02%
R=34.07%
G=35.91%
B=30.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951630.0500.160.2478.7521.0570.2
HexB9C3A35010184f1546
Octal27130324350203011725106
Binary101110011100001110100011101010000110001001111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C3A3; }

 p { color: rgb(185,195,163); }

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

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

 a { background-color: rgb(185,195,163); }

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

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

 span { border-color: rgb(185,195,163); }

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