Html Css Color HEX #848301 Olive

📋 copy color: '#848301'

red 132 ◦ green 131 ◦ blue 1

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

Shades of Olive #848301

Tints of Olive #848301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

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

R = 50%
G = 49.62%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#848301 (or 0x848301) is known color: Olive. HEX triplet: 84, 83 and 01. RGB value is (132,131,1). Sum of RGB (Red+Green+Blue) = 132+131+1=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #848301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848301 is #7B7CFE. Grayscale: #747474. Windows color (decimal): -8092927 or 99204. OLE color: 99204.

HSL color Cylindrical-coordinate representation of color #848301: hue angle of 59.54º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #848301 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 131 1 -
CMYK 0 0.01 0.99 0.48
HSL 59.54º 0.98% 0.26% -
HSV(B) 59.54º 0.99% 0.52% -
XYZ 17.64 21.14 3.18 -
YUV 116.48 62.83 139.07 -
System Red Green Blue C M Y K H S L
Decimal 132 131 1 0 0.01 0.99 0.48 59.54 0.98 0.26
Hex 84 83 1 0 1 63 30 3C 62 1A
Octal 204 203 1 0 1 143 60 74 142 32
Binary 10000100 10000011 1 0 1 1100011 110000 111100 1100010 11010

Color Harmonies of #848301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848301

Black with #848301

Text Example


Text Example

White with #848301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848301; }

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

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

background-color css

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

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

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

border-color css

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

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

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