#B4B76E

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

Shades of Dark Khaki #B4B76E

Tints of Dark Khaki #B4B76E

Color information

#B4B76E (or 0xB4B76E) is unknown color: approx Dark Khaki. HEX triplet: B4, B7 and 6E. RGB value is (180,183,110). Sum of RGB (Red+Green+Blue) = 180+183+110=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B76E is #4B4891. Grayscale: #AEAEAE. Windows color (decimal): -4933778 or 7255988. OLE color: 7255988.

HSL color Cylindrical-coordinate representation of color #B4B76E: hue angle of 62.47º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4B76E is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB180183110-
CMYK0.0200.400.28
HSL62.47º33.64%57.45%-
HSV(B)62.47º39.89%71.76%-
XYZ38.5744.721.35-
YUV173.7892.01132.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=38.05%
G=38.69%
B=23.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801831100.0200.400.2862.4733.6457.45
HexB4B76E20281C3e2239
Octal264267156205034764271
Binary1011010010110111110111010010100011100111110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B76E; }

 p { color: rgb(180,183,110); }

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

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

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

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

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

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

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