Html Css Color HEX #849302 Olive

📋 copy color: '#849302'

red 132 ◦ green 147 ◦ blue 2

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

Shades of Olive #849302

Tints of Olive #849302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.31%

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

R = 46.98%
G = 52.31%
B = 0.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#849302 (or 0x849302) is known color: Olive. HEX triplet: 84, 93 and 02. RGB value is (132,147,2). Sum of RGB (Red+Green+Blue) = 132+147+2=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #849302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849302 is #7B6CFD. Grayscale: #7E7E7E. Windows color (decimal): -8088830 or 168836. OLE color: 168836.

HSL color Cylindrical-coordinate representation of color #849302: hue angle of 66.21º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #849302 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 147 2 -
CMYK 0.10 0 0.99 0.42
HSL 66.21º 0.97% 0.29% -
HSV(B) 66.21º 0.99% 0.58% -
XYZ 19.96 25.78 3.98 -
YUV 125.99 58.03 132.29 -
System Red Green Blue C M Y K H S L
Decimal 132 147 2 0.10 0 0.99 0.42 66.21 0.97 0.29
Hex 84 93 2 A 0 63 2A 42 61 1D
Octal 204 223 2 12 0 143 52 102 141 35
Binary 10000100 10010011 10 1010 0 1100011 101010 1000010 1100001 11101

Color Harmonies of #849302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849302

Black with #849302

Text Example


Text Example

White with #849302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849302; }

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

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

background-color css

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

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

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

border-color css

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

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

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