#88830B

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

Shades of Olive #88830B

Tints of Olive #88830B

Color information

#88830B (or 0x88830B) is unknown color: approx Olive. HEX triplet: 88, 83 and 0B. RGB value is (136,131,11). Sum of RGB (Red+Green+Blue) = 136+131+11=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #88830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88830B is #777CF4. Grayscale: #777777. Windows color (decimal): -7830773 or 754568. OLE color: 754568.

HSL color Cylindrical-coordinate representation of color #88830B: hue angle of 57.6º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88830B is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB13613111-
CMYK00.040.920.47
HSL57.6º85.03%28.82%-
HSV(B)57.6º91.91%53.33%-
XYZ18.3321.493.5-
YUV118.8267.16140.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 11 (4.69% from 255) = 3.96%
R=48.92%
G=47.12%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361311100.040.920.4757.685.0328.82
Hex8883B045C2F3a551d
Octal2102031304134577212535
Binary1000100010000011101101001011100101111111010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88830B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88830B; }

 p { color: rgb(136,131,11); }

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

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

 a { background-color: rgb(136,131,11); }

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

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

 span { border-color: rgb(136,131,11); }

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