Html Css Color HEX #848302 Olive

📋 copy color: '#848302'

red 132 ◦ green 131 ◦ blue 2

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

Shades of Olive #848302

Tints of Olive #848302

RGB

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

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

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

R = 49.81%
G = 49.43%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#848302 (or 0x848302) is known color: Olive. HEX triplet: 84, 83 and 02. RGB value is (132,131,2). Sum of RGB (Red+Green+Blue) = 132+131+2=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #848302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848302 is #7B7CFD. Grayscale: #757575. Windows color (decimal): -8092926 or 164740. OLE color: 164740.

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

Color convert

RGB 132 131 2 -
CMYK 0 0.01 0.98 0.48
HSL 59.54º 0.97% 0.26% -
HSV(B) 59.54º 0.98% 0.52% -
XYZ 17.64 21.14 3.21 -
YUV 116.59 63.33 138.99 -
System Red Green Blue C M Y K H S L
Decimal 132 131 2 0 0.01 0.98 0.48 59.54 0.97 0.26
Hex 84 83 2 0 1 62 30 3C 61 1A
Octal 204 203 2 0 1 142 60 74 141 32
Binary 10000100 10000011 10 0 1 1100010 110000 111100 1100001 11010

Color Harmonies of #848302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848302

Black with #848302

Text Example


Text Example

White with #848302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848302; }

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

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

background-color css

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

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

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

border-color css

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

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

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