Html Css Color HEX #88830C Olive

📋 copy color: '#88830C'

red 136 ◦ green 131 ◦ blue 12

#88830C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #88830C

Tints of Olive #88830C

RGB

 RED value IS 136 (53.52% from 255) = 48.75%

 GREEN value IS 131 (51.56% from 255) = 46.95%

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 48.75%
G = 46.95%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88830C (or 0x88830C) is known color: Olive. HEX triplet: 88, 83 and 0C. RGB value is (136,131,12). Sum of RGB (Red+Green+Blue) = 136+131+12=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88830C is #777CF3. Grayscale: #777777. Windows color (decimal): -7830772 or 820104. OLE color: 820104.

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

Color convert

RGB 136 131 12 -
CMYK 0 0.04 0.91 0.47
HSL 57.58º 0.84% 0.29% -
HSV(B) 57.58º 0.91% 0.53% -
XYZ 18.34 21.49 3.53 -
YUV 118.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 136 131 12 0 0.04 0.91 0.47 57.58 0.84 0.29
Hex 88 83 C 0 4 5B 2F 3A 54 1D
Octal 210 203 14 0 4 133 57 72 124 35
Binary 10001000 10000011 1100 0 100 1011011 101111 111010 1010100 11101

Color Harmonies of #88830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88830C

Black with #88830C

Text Example


Text Example

White with #88830C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88830C;
 }
 .AnyTagClassName
 {
   color: #88830C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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