Html Css Color HEX #848402 Olive

📋 copy color: '#848402'

red 132 ◦ green 132 ◦ blue 2

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

Shades of Olive #848402

Tints of Olive #848402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 49.62%
G = 49.62%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#848402 (or 0x848402) is known color: Olive. HEX triplet: 84, 84 and 02. RGB value is (132,132,2). Sum of RGB (Red+Green+Blue) = 132+132+2=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848402 is #7B7BFD. Grayscale: #757575. Windows color (decimal): -8092670 or 164996. OLE color: 164996.

HSL color Cylindrical-coordinate representation of color #848402: hue angle of 60º degrees, saturation: 0.97, 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 #848402 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 132 2 -
CMYK 0 0 0.98 0.48
HSL 60º 0.97% 0.26% -
HSV(B) 60º 0.98% 0.52% -
XYZ 17.78 21.41 3.25 -
YUV 117.18 63 138.57 -
System Red Green Blue C M Y K H S L
Decimal 132 132 2 0 0 0.98 0.48 60 0.97 0.26
Hex 84 84 2 0 0 62 30 3C 61 1A
Octal 204 204 2 0 0 142 60 74 141 32
Binary 10000100 10000100 10 0 0 1100010 110000 111100 1100001 11010

Color Harmonies of #848402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848402

Black with #848402

Text Example


Text Example

White with #848402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848402; }

 p { color: rgb(132,132,2); }

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

background-color css

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

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

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

border-color css

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

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

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