Html Css Color HEX #888102 Olive

📋 copy color: '#888102'

red 136 ◦ green 129 ◦ blue 2

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

Shades of Olive #888102

Tints of Olive #888102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.31%

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

R = 50.94%
G = 48.31%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#888102 (or 0x888102) is known color: Olive. HEX triplet: 88, 81 and 02. RGB value is (136,129,2). Sum of RGB (Red+Green+Blue) = 136+129+2=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #888102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888102 is #777EFD. Grayscale: #757575. Windows color (decimal): -7831294 or 164232. OLE color: 164232.

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

Color convert

RGB 136 129 2 -
CMYK 0 0.05 0.99 0.47
HSL 56.87º 0.97% 0.27% -
HSV(B) 56.87º 0.99% 0.53% -
XYZ 18.01 20.94 3.15 -
YUV 116.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 136 129 2 0 0.05 0.99 0.47 56.87 0.97 0.27
Hex 88 81 2 0 5 63 2F 39 61 1B
Octal 210 201 2 0 5 143 57 71 141 33
Binary 10001000 10000001 10 0 101 1100011 101111 111001 1100001 11011

Color Harmonies of #888102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888102

Black with #888102

Text Example


Text Example

White with #888102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888102; }

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

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

background-color css

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

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

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

border-color css

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

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

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