Html Css Color HEX #88850C Olive

📋 copy color: '#88850C'

red 136 ◦ green 133 ◦ blue 12

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

Shades of Olive #88850C

Tints of Olive #88850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.33%

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

R = 48.4%
G = 47.33%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88850C (or 0x88850C) is known color: Olive. HEX triplet: 88, 85 and 0C. RGB value is (136,133,12). Sum of RGB (Red+Green+Blue) = 136+133+12=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88850C is #777AF3. Grayscale: #787878. Windows color (decimal): -7830260 or 820616. OLE color: 820616.

HSL color Cylindrical-coordinate representation of color #88850C: hue angle of 58.55º 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 #88850C is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 133 12 -
CMYK 0 0.02 0.91 0.47
HSL 58.55º 0.84% 0.29% -
HSV(B) 58.55º 0.91% 0.53% -
XYZ 18.61 22.04 3.62 -
YUV 120.1 66.99 139.34 -
System Red Green Blue C M Y K H S L
Decimal 136 133 12 0 0.02 0.91 0.47 58.55 0.84 0.29
Hex 88 85 C 0 2 5B 2F 3B 54 1D
Octal 210 205 14 0 2 133 57 73 124 35
Binary 10001000 10000101 1100 0 10 1011011 101111 111011 1010100 11101

Color Harmonies of #88850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88850C

Black with #88850C

Text Example


Text Example

White with #88850C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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