Html Css Color HEX #849401 Olive

📋 copy color: '#849401'

red 132 ◦ green 148 ◦ blue 1

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

Shades of Olive #849401

Tints of Olive #849401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.67%

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

R = 46.98%
G = 52.67%
B = 0.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#849401 (or 0x849401) is known color: Olive. HEX triplet: 84, 94 and 01. RGB value is (132,148,1). Sum of RGB (Red+Green+Blue) = 132+148+1=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #849401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849401 is #7B6BFE. Grayscale: #7F7F7F. Windows color (decimal): -8088575 or 103556. OLE color: 103556.

HSL color Cylindrical-coordinate representation of color #849401: hue angle of 66.53º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #849401 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 148 1 -
CMYK 0.11 0 0.99 0.42
HSL 66.53º 0.99% 0.29% -
HSV(B) 66.53º 0.99% 0.58% -
XYZ 20.11 26.09 4 -
YUV 126.46 57.2 131.95 -
System Red Green Blue C M Y K H S L
Decimal 132 148 1 0.11 0 0.99 0.42 66.53 0.99 0.29
Hex 84 94 1 B 0 63 2A 43 63 1D
Octal 204 224 1 13 0 143 52 103 143 35
Binary 10000100 10010100 1 1011 0 1100011 101010 1000011 1100011 11101

Color Harmonies of #849401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849401

Black with #849401

Text Example


Text Example

White with #849401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849401; }

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

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

background-color css

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

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

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

border-color css

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

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

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