Html Css Color HEX #839302 Olive

📋 copy color: '#839302'

red 131 ◦ green 147 ◦ blue 2

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

Shades of Olive #839302

Tints of Olive #839302

RGB

 RED value IS 131 (51.56% from 255) = 46.79%

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

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

R = 46.79%
G = 52.5%
B = 0.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#839302 (or 0x839302) is known color: Olive. HEX triplet: 83, 93 and 02. RGB value is (131,147,2). Sum of RGB (Red+Green+Blue) = 131+147+2=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #839302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839302 is #7C6CFD. Grayscale: #7E7E7E. Windows color (decimal): -8154366 or 168835. OLE color: 168835.

HSL color Cylindrical-coordinate representation of color #839302: hue angle of 66.62º 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 #839302 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 147 2 -
CMYK 0.11 0 0.99 0.42
HSL 66.62º 0.97% 0.29% -
HSV(B) 66.62º 0.99% 0.58% -
XYZ 19.8 25.7 3.97 -
YUV 125.69 58.2 131.79 -
System Red Green Blue C M Y K H S L
Decimal 131 147 2 0.11 0 0.99 0.42 66.62 0.97 0.29
Hex 83 93 2 B 0 63 2A 43 61 1D
Octal 203 223 2 13 0 143 52 103 141 35
Binary 10000011 10010011 10 1011 0 1100011 101010 1000011 1100001 11101

Color Harmonies of #839302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839302

Black with #839302

Text Example


Text Example

White with #839302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839302; }

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

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

background-color css

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

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

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

border-color css

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

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

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