#848203

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

Shades of Olive #848203

Tints of Olive #848203

Color information

#848203 (or 0x848203) is unknown color: approx Olive. HEX triplet: 84, 82 and 03. RGB value is (132,130,3). Sum of RGB (Red+Green+Blue) = 132+130+3=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #848203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848203 is #7B7DFC. Grayscale: #747474. Windows color (decimal): -8093181 or 230020. OLE color: 230020.

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

Color convert

RGB1321303-
CMYK00.020.980.48
HSL59.07º95.56%26.47%-
HSV(B)59.07º97.73%51.76%-
XYZ17.5120.883.19-
YUV116.1264.16139.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 3 (1.56% from 255) = 1.13%
R=49.81%
G=49.06%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132130300.020.980.4859.0795.5626.47
Hex848230262303b601a
Octal204202302142607314032
Binary1000010010000010110101100010110000111011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848203; }

 p { color: rgb(132,130,3); }

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

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

 a { background-color: rgb(132,130,3); }

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

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

 span { border-color: rgb(132,130,3); }

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