Html Css Color HEX #848801 Olive

📋 copy color: '#848801'

red 132 ◦ green 136 ◦ blue 1

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

Shades of Olive #848801

Tints of Olive #848801

RGB

 RED value IS 132 (51.95% from 255) = 49.07%

 GREEN value IS 136 (53.52% from 255) = 50.56%

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

R = 49.07%
G = 50.56%
B = 0.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#848801 (or 0x848801) is known color: Olive. HEX triplet: 84, 88 and 01. RGB value is (132,136,1). Sum of RGB (Red+Green+Blue) = 132+136+1=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #848801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848801 is #7B77FE. Grayscale: #777777. Windows color (decimal): -8091647 or 100484. OLE color: 100484.

HSL color Cylindrical-coordinate representation of color #848801: hue angle of 61.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #848801 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 136 1 -
CMYK 0.03 0 0.99 0.47
HSL 61.78º 0.99% 0.27% -
HSV(B) 61.78º 0.99% 0.53% -
XYZ 18.33 22.52 3.41 -
YUV 119.41 61.17 136.98 -
System Red Green Blue C M Y K H S L
Decimal 132 136 1 0.03 0 0.99 0.47 61.78 0.99 0.27
Hex 84 88 1 3 0 63 2F 3E 63 1B
Octal 204 210 1 3 0 143 57 76 143 33
Binary 10000100 10001000 1 11 0 1100011 101111 111110 1100011 11011

Color Harmonies of #848801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848801

Black with #848801

Text Example


Text Example

White with #848801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848801; }

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

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

background-color css

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

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

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

border-color css

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

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

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