Html Css Color HEX #888503 Olive

📋 copy color: '#888503'

red 136 ◦ green 133 ◦ blue 3

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

Shades of Olive #888503

Tints of Olive #888503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.1%

R = 50%
G = 48.9%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#888503 (or 0x888503) is known color: Olive. HEX triplet: 88, 85 and 03. RGB value is (136,133,3). Sum of RGB (Red+Green+Blue) = 136+133+3=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #888503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888503 is #777AFC. Grayscale: #777777. Windows color (decimal): -7830269 or 230792. OLE color: 230792.

HSL color Cylindrical-coordinate representation of color #888503: hue angle of 58.65º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #888503 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 133 3 -
CMYK 0 0.02 0.98 0.47
HSL 58.65º 0.96% 0.27% -
HSV(B) 58.65º 0.98% 0.53% -
XYZ 18.56 22.02 3.36 -
YUV 119.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 136 133 3 0 0.02 0.98 0.47 58.65 0.96 0.27
Hex 88 85 3 0 2 62 2F 3B 60 1B
Octal 210 205 3 0 2 142 57 73 140 33
Binary 10001000 10000101 11 0 10 1100010 101111 111011 1100000 11011

Color Harmonies of #888503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888503

Black with #888503

Text Example


Text Example

White with #888503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888503; }

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

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

background-color css

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

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

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

border-color css

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

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

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