Html Css Color HEX #888602 Olive

📋 copy color: '#888602'

red 136 ◦ green 134 ◦ blue 2

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

Shades of Olive #888602

Tints of Olive #888602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.26%

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

R = 50%
G = 49.26%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#888602 (or 0x888602) is known color: Olive. HEX triplet: 88, 86 and 02. RGB value is (136,134,2). Sum of RGB (Red+Green+Blue) = 136+134+2=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #888602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888602 is #7779FD. Grayscale: #787878. Windows color (decimal): -7830014 or 165512. OLE color: 165512.

HSL color Cylindrical-coordinate representation of color #888602: hue angle of 59.1º 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 #888602 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 134 2 -
CMYK 0 0.01 0.99 0.47
HSL 59.1º 0.97% 0.27% -
HSV(B) 59.1º 0.99% 0.53% -
XYZ 18.69 22.29 3.37 -
YUV 119.55 61.66 139.73 -
System Red Green Blue C M Y K H S L
Decimal 136 134 2 0 0.01 0.99 0.47 59.1 0.97 0.27
Hex 88 86 2 0 1 63 2F 3B 61 1B
Octal 210 206 2 0 1 143 57 73 141 33
Binary 10001000 10000110 10 0 1 1100011 101111 111011 1100001 11011

Color Harmonies of #888602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888602

Black with #888602

Text Example


Text Example

White with #888602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888602; }

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

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

background-color css

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

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

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

border-color css

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

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

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