Html Css Color HEX #888A01 Olive

📋 copy color: '#888A01'

red 136 ◦ green 138 ◦ blue 1

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

Shades of Olive #888A01

Tints of Olive #888A01

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.18%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 49.45%
G = 50.18%
B = 0.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#888A01 (or 0x888A01) is known color: Olive. HEX triplet: 88, 8A and 01. RGB value is (136,138,1). Sum of RGB (Red+Green+Blue) = 136+138+1=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #888A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888A01 is #7775FE. Grayscale: #7A7A7A. Windows color (decimal): -7828991 or 101000. OLE color: 101000.

HSL color Cylindrical-coordinate representation of color #888A01: hue angle of 60.88º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #888A01 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 138 1 -
CMYK 0.01 0 0.99 0.46
HSL 60.88º 0.99% 0.27% -
HSV(B) 60.88º 0.99% 0.54% -
XYZ 19.25 23.41 3.53 -
YUV 121.78 59.84 138.14 -
System Red Green Blue C M Y K H S L
Decimal 136 138 1 0.01 0 0.99 0.46 60.88 0.99 0.27
Hex 88 8A 1 1 0 63 2E 3D 63 1B
Octal 210 212 1 1 0 143 56 75 143 33
Binary 10001000 10001010 1 1 0 1100011 101110 111101 1100011 11011

Color Harmonies of #888A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888A01

Black with #888A01

Text Example


Text Example

White with #888A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888A01; }

 p { color: rgb(136,138,1); }

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

background-color css

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

 a { background-color: rgb(136,138,1); }

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

border-color css

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

 span { border-color: rgb(136,138,1); }

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