Html Css Color HEX #888308 Olive

📋 copy color: '#888308'

red 136 ◦ green 131 ◦ blue 8

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

Shades of Olive #888308

Tints of Olive #888308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.91%

R = 49.45%
G = 47.64%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#888308 (or 0x888308) is known color: Olive. HEX triplet: 88, 83 and 08. RGB value is (136,131,8). Sum of RGB (Red+Green+Blue) = 136+131+8=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #888308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888308 is #777CF7. Grayscale: #767676. Windows color (decimal): -7830776 or 557960. OLE color: 557960.

HSL color Cylindrical-coordinate representation of color #888308: hue angle of 57.66º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #888308 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 131 8 -
CMYK 0 0.04 0.94 0.47
HSL 57.66º 0.89% 0.28% -
HSV(B) 57.66º 0.94% 0.53% -
XYZ 18.31 21.48 3.41 -
YUV 118.47 65.66 140.5 -
System Red Green Blue C M Y K H S L
Decimal 136 131 8 0 0.04 0.94 0.47 57.66 0.89 0.28
Hex 88 83 8 0 4 5E 2F 3A 59 1C
Octal 210 203 10 0 4 136 57 72 131 34
Binary 10001000 10000011 1000 0 100 1011110 101111 111010 1011001 11100

Color Harmonies of #888308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888308

Black with #888308

Text Example


Text Example

White with #888308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888308; }

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

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

background-color css

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

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

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

border-color css

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

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

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