Html Css Color HEX #848505 Olive

📋 copy color: '#848505'

red 132 ◦ green 133 ◦ blue 5

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

Shades of Olive #848505

Tints of Olive #848505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.26%

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

R = 48.89%
G = 49.26%
B = 1.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#848505 (or 0x848505) is known color: Olive. HEX triplet: 84, 85 and 05. RGB value is (132,133,5). Sum of RGB (Red+Green+Blue) = 132+133+5=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #848505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848505 is #7B7AFA. Grayscale: #767676. Windows color (decimal): -8092411 or 361860. OLE color: 361860.

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

Color convert

RGB 132 133 5 -
CMYK 0.01 0 0.96 0.48
HSL 60.47º 0.93% 0.27% -
HSV(B) 60.47º 0.96% 0.52% -
XYZ 17.93 21.69 3.39 -
YUV 118.11 64.17 137.91 -
System Red Green Blue C M Y K H S L
Decimal 132 133 5 0.01 0 0.96 0.48 60.47 0.93 0.27
Hex 84 85 5 1 0 60 30 3C 5D 1B
Octal 204 205 5 1 0 140 60 74 135 33
Binary 10000100 10000101 101 1 0 1100000 110000 111100 1011101 11011

Color Harmonies of #848505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848505

Black with #848505

Text Example


Text Example

White with #848505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848505; }

 p { color: rgb(132,133,5); }

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

background-color css

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

 a { background-color: rgb(132,133,5); }

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

border-color css

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

 span { border-color: rgb(132,133,5); }

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