Html Css Color HEX #888B05 Olive

📋 copy color: '#888B05'

red 136 ◦ green 139 ◦ blue 5

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

Shades of Olive #888B05

Tints of Olive #888B05

RGB

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

 GREEN value IS 139 (54.69% from 255) = 49.64%

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 48.57%
G = 49.64%
B = 1.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#888B05 (or 0x888B05) is known color: Olive. HEX triplet: 88, 8B and 05. RGB value is (136,139,5). Sum of RGB (Red+Green+Blue) = 136+139+5=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #888B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888B05 is #7774FA. Grayscale: #7B7B7B. Windows color (decimal): -7828731 or 363400. OLE color: 363400.

HSL color Cylindrical-coordinate representation of color #888B05: hue angle of 61.34º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #888B05 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 139 5 -
CMYK 0.02 0 0.96 0.45
HSL 61.34º 0.93% 0.28% -
HSV(B) 61.34º 0.96% 0.55% -
XYZ 19.41 23.71 3.7 -
YUV 122.83 61.51 137.4 -
System Red Green Blue C M Y K H S L
Decimal 136 139 5 0.02 0 0.96 0.45 61.34 0.93 0.28
Hex 88 8B 5 2 0 60 2D 3D 5D 1C
Octal 210 213 5 2 0 140 55 75 135 34
Binary 10001000 10001011 101 10 0 1100000 101101 111101 1011101 11100

Color Harmonies of #888B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B05

Black with #888B05

Text Example


Text Example

White with #888B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,139,5); }

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

background-color css

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

 a { background-color: rgb(136,139,5); }

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

border-color css

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

 span { border-color: rgb(136,139,5); }

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