Html Css Color HEX #848901 Olive

📋 copy color: '#848901'

red 132 ◦ green 137 ◦ blue 1

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

Shades of Olive #848901

Tints of Olive #848901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.74%

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

R = 48.89%
G = 50.74%
B = 0.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#848901 (or 0x848901) is known color: Olive. HEX triplet: 84, 89 and 01. RGB value is (132,137,1). Sum of RGB (Red+Green+Blue) = 132+137+1=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #848901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848901 is #7B76FE. Grayscale: #787878. Windows color (decimal): -8091391 or 100740. OLE color: 100740.

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

Color convert

RGB 132 137 1 -
CMYK 0.04 0 0.99 0.46
HSL 62.21º 0.99% 0.27% -
HSV(B) 62.21º 0.99% 0.54% -
XYZ 18.47 22.8 3.46 -
YUV 120 60.84 136.56 -
System Red Green Blue C M Y K H S L
Decimal 132 137 1 0.04 0 0.99 0.46 62.21 0.99 0.27
Hex 84 89 1 4 0 63 2E 3E 63 1B
Octal 204 211 1 4 0 143 56 76 143 33
Binary 10000100 10001001 1 100 0 1100011 101110 111110 1100011 11011

Color Harmonies of #848901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848901

Black with #848901

Text Example


Text Example

White with #848901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848901; }

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

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

background-color css

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

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

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

border-color css

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

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

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