Html Css Color HEX #889805 Olive

📋 copy color: '#889805'

red 136 ◦ green 152 ◦ blue 5

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

Shades of Olive #889805

Tints of Olive #889805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.88%

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

R = 46.42%
G = 51.88%
B = 1.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#889805 (or 0x889805) is known color: Olive. HEX triplet: 88, 98 and 05. RGB value is (136,152,5). Sum of RGB (Red+Green+Blue) = 136+152+5=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #889805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889805 is #7767FA. Grayscale: #838383. Windows color (decimal): -7825403 or 366728. OLE color: 366728.

HSL color Cylindrical-coordinate representation of color #889805: hue angle of 66.53º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #889805 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 152 5 -
CMYK 0.11 0 0.97 0.40
HSL 66.53º 0.94% 0.31% -
HSV(B) 66.53º 0.97% 0.6% -
XYZ 21.41 27.7 4.36 -
YUV 130.46 57.2 131.95 -
System Red Green Blue C M Y K H S L
Decimal 136 152 5 0.11 0 0.97 0.40 66.53 0.94 0.31
Hex 88 98 5 B 0 61 28 43 5E 1F
Octal 210 230 5 13 0 141 50 103 136 37
Binary 10001000 10011000 101 1011 0 1100001 101000 1000011 1011110 11111

Color Harmonies of #889805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889805

Black with #889805

Text Example


Text Example

White with #889805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889805; }

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

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

background-color css

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

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

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

border-color css

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

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

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