#9B8A04

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

Shades of Olive #9B8A04

Tints of Olive #9B8A04

Color information

#9B8A04 (or 0x9B8A04) is unknown color: approx Olive. HEX triplet: 9B, 8A and 04. RGB value is (155,138,4). Sum of RGB (Red+Green+Blue) = 155+138+4=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8A04 is #6475FB. Grayscale: #808080. Windows color (decimal): -6583804 or 297627. OLE color: 297627.

HSL color Cylindrical-coordinate representation of color #9B8A04: hue angle of 53.25º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B8A04 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB1551384-
CMYK00.110.970.39
HSL53.25º94.97%31.18%-
HSV(B)53.25º97.42%60.78%-
XYZ22.6325.153.78-
YUV127.8158.13147.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 4 (1.95% from 255) = 1.35%
R=52.19%
G=46.46%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155138400.110.970.3953.2594.9731.18
Hex9B8A40B6127355f1f
Octal2332124013141476513737
Binary1001101110001010100010111100001100111110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8A04; }

 p { color: rgb(155,138,4); }

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

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

 a { background-color: rgb(155,138,4); }

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

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

 span { border-color: rgb(155,138,4); }

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