Html Css Color HEX #888D01 Olive

📋 copy color: '#888D01'

red 136 ◦ green 141 ◦ blue 1

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

Shades of Olive #888D01

Tints of Olive #888D01

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.72%

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

R = 48.92%
G = 50.72%
B = 0.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#888D01 (or 0x888D01) is known color: Olive. HEX triplet: 88, 8D and 01. RGB value is (136,141,1). Sum of RGB (Red+Green+Blue) = 136+141+1=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #888D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888D01 is #7772FE. Grayscale: #7C7C7C. Windows color (decimal): -7828223 or 101768. OLE color: 101768.

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

Color convert

RGB 136 141 1 -
CMYK 0.04 0 0.99 0.45
HSL 62.14º 0.99% 0.28% -
HSV(B) 62.14º 0.99% 0.55% -
XYZ 19.68 24.29 3.68 -
YUV 123.55 58.84 136.88 -
System Red Green Blue C M Y K H S L
Decimal 136 141 1 0.04 0 0.99 0.45 62.14 0.99 0.28
Hex 88 8D 1 4 0 63 2D 3E 63 1C
Octal 210 215 1 4 0 143 55 76 143 34
Binary 10001000 10001101 1 100 0 1100011 101101 111110 1100011 11100

Color Harmonies of #888D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888D01

Black with #888D01

Text Example


Text Example

White with #888D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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