Html Css Color HEX #888B01 Olive

📋 copy color: '#888B01'

red 136 ◦ green 139 ◦ blue 1

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

Shades of Olive #888B01

Tints of Olive #888B01

RGB

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

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

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

R = 49.28%
G = 50.36%
B = 0.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#888B01 (or 0x888B01) is known color: Olive. HEX triplet: 88, 8B and 01. RGB value is (136,139,1). Sum of RGB (Red+Green+Blue) = 136+139+1=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #888B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888B01 is #7774FE. Grayscale: #7A7A7A. Windows color (decimal): -7828735 or 101256. OLE color: 101256.

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

Color convert

RGB 136 139 1 -
CMYK 0.02 0 0.99 0.45
HSL 61.3º 0.99% 0.27% -
HSV(B) 61.3º 0.99% 0.55% -
XYZ 19.39 23.7 3.58 -
YUV 122.37 59.51 137.72 -
System Red Green Blue C M Y K H S L
Decimal 136 139 1 0.02 0 0.99 0.45 61.3 0.99 0.27
Hex 88 8B 1 2 0 63 2D 3D 63 1B
Octal 210 213 1 2 0 143 55 75 143 33
Binary 10001000 10001011 1 10 0 1100011 101101 111101 1100011 11011

Color Harmonies of #888B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B01

Black with #888B01

Text Example


Text Example

White with #888B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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