#848510

Color #848510 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #848510

Tints of Olive #848510

Color information

#848510 (or 0x848510) is unknown color: approx Olive. HEX triplet: 84, 85 and 10. RGB value is (132,133,16). Sum of RGB (Red+Green+Blue) = 132+133+16=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #848510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848510 is #7B7AEF. Grayscale: #777777. Windows color (decimal): -8092400 or 1082756. OLE color: 1082756.

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

Color convert

RGB13213316-
CMYK0.0100.880.48
HSL60.51º78.52%29.22%-
HSV(B)60.51º87.97%52.16%-
XYZ1821.723.73-
YUV119.3669.67137.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 16 (6.64% from 255) = 5.69%
R=46.98%
G=47.33%
B=5.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133160.0100.880.4860.5178.5229.22
Hex8485101058303d4f1d
Octal2042052010130607511735
Binary100001001000010110000101011000110000111101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848510; }

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

 H1.HeaderClassName
 {
   color: #848510;
 }
 .AnyTagClassName
 {
   color: #848510;
 }
</style>
background-color css

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

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

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

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

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

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