Html Css Color HEX #889205 Olive

📋 copy color: '#889205'

red 136 ◦ green 146 ◦ blue 5

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

Shades of Olive #889205

Tints of Olive #889205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.87%

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

R = 47.39%
G = 50.87%
B = 1.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#889205 (or 0x889205) is known color: Olive. HEX triplet: 88, 92 and 05. RGB value is (136,146,5). Sum of RGB (Red+Green+Blue) = 136+146+5=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #889205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889205 is #776DFA. Grayscale: #7F7F7F. Windows color (decimal): -7826939 or 365192. OLE color: 365192.

HSL color Cylindrical-coordinate representation of color #889205: hue angle of 64.26º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #889205 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 146 5 -
CMYK 0.07 0 0.97 0.43
HSL 64.26º 0.93% 0.3% -
HSV(B) 64.26º 0.97% 0.57% -
XYZ 20.46 25.8 4.05 -
YUV 126.94 59.19 134.46 -
System Red Green Blue C M Y K H S L
Decimal 136 146 5 0.07 0 0.97 0.43 64.26 0.93 0.3
Hex 88 92 5 7 0 61 2B 40 5D 1E
Octal 210 222 5 7 0 141 53 100 135 36
Binary 10001000 10010010 101 111 0 1100001 101011 1000000 1011101 11110

Color Harmonies of #889205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889205

Black with #889205

Text Example


Text Example

White with #889205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889205; }

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

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

background-color css

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

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

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

border-color css

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

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

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