#B4B468

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

Shades of Dark Khaki #B4B468

Tints of Dark Khaki #B4B468

Color information

#B4B468 (or 0xB4B468) is unknown color: approx Dark Khaki. HEX triplet: B4, B4 and 68. RGB value is (180,180,104). Sum of RGB (Red+Green+Blue) = 180+180+104=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B468 is #4B4B97. Grayscale: #ABABAB. Windows color (decimal): -4934552 or 6862004. OLE color: 6862004.

HSL color Cylindrical-coordinate representation of color #B4B468: hue angle of 60º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4B468 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB180180104-
CMYK000.420.29
HSL60º33.63%55.69%-
HSV(B)60º42.22%70.59%-
XYZ37.6443.3519.48-
YUV171.3490134.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 104 (41.02% from 255) = 22.41%
R=38.79%
G=38.79%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180104000.420.296033.6355.69
HexB4B468002A1D3c2238
Octal264264150005235744270
Binary101101001011010011010000010101011101111100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B468; }

 p { color: rgb(180,180,104); }

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

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

 a { background-color: rgb(180,180,104); }

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

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

 span { border-color: rgb(180,180,104); }

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