#B9AF90

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

Shades of Chino #B9AF90

Tints of Chino #B9AF90

Color information

#B9AF90 (or 0xB9AF90) is unknown color: approx Chino. HEX triplet: B9, AF and 90. RGB value is (185,175,144). Sum of RGB (Red+Green+Blue) = 185+175+144=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF90 is #46506F. Grayscale: #AEAEAE. Windows color (decimal): -4608112 or 9482169. OLE color: 9482169.

HSL color Cylindrical-coordinate representation of color #B9AF90: hue angle of 45.37º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9AF90 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185175144-
CMYK00.050.220.27
HSL45.37º22.65%64.51%-
HSV(B)45.37º22.16%72.55%-
XYZ40.3742.9932.56-
YUV174.46110.81135.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=36.71%
G=34.72%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517514400.050.220.2745.3722.6564.51
HexB9AF9005161B2d1741
Octal2712572200526335527101
Binary10111001101011111001000001011011011011101101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF90; }

 p { color: rgb(185,175,144); }

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

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

 a { background-color: rgb(185,175,144); }

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

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

 span { border-color: rgb(185,175,144); }

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