Html Css Color HEX #888A02 Olive

📋 copy color: '#888A02'

red 136 ◦ green 138 ◦ blue 2

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

Shades of Olive #888A02

Tints of Olive #888A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 49.28%
G = 50%
B = 0.72%

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

#888A02 (or 0x888A02) is known color: Olive. HEX triplet: 88, 8A and 02. RGB value is (136,138,2). Sum of RGB (Red+Green+Blue) = 136+138+2=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #888A02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888A02 is #7775FD. Grayscale: #7A7A7A. Windows color (decimal): -7828990 or 166536. OLE color: 166536.

HSL color Cylindrical-coordinate representation of color #888A02: hue angle of 60.88º degrees, saturation: 0.97, 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 #888A02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 138 2 -
CMYK 0.01 0 0.99 0.46
HSL 60.88º 0.97% 0.27% -
HSV(B) 60.88º 0.99% 0.54% -
XYZ 19.25 23.42 3.56 -
YUV 121.9 60.34 138.06 -
System Red Green Blue C M Y K H S L
Decimal 136 138 2 0.01 0 0.99 0.46 60.88 0.97 0.27
Hex 88 8A 2 1 0 63 2E 3D 61 1B
Octal 210 212 2 1 0 143 56 75 141 33
Binary 10001000 10001010 10 1 0 1100011 101110 111101 1100001 11011

Color Harmonies of #888A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888A02

Black with #888A02

Text Example


Text Example

White with #888A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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