Html Css Color HEX #839402 Olive

📋 copy color: '#839402'

red 131 ◦ green 148 ◦ blue 2

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

Shades of Olive #839402

Tints of Olive #839402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.67%

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

R = 46.62%
G = 52.67%
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

#839402 (or 0x839402) is known color: Olive. HEX triplet: 83, 94 and 02. RGB value is (131,148,2). Sum of RGB (Red+Green+Blue) = 131+148+2=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #839402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839402 is #7C6BFD. Grayscale: #7E7E7E. Windows color (decimal): -8154110 or 169091. OLE color: 169091.

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

Color convert

RGB 131 148 2 -
CMYK 0.11 0 0.99 0.42
HSL 66.99º 0.97% 0.29% -
HSV(B) 66.99º 0.99% 0.58% -
XYZ 19.96 26.01 4.03 -
YUV 126.27 57.87 131.37 -
System Red Green Blue C M Y K H S L
Decimal 131 148 2 0.11 0 0.99 0.42 66.99 0.97 0.29
Hex 83 94 2 B 0 63 2A 43 61 1D
Octal 203 224 2 13 0 143 52 103 141 35
Binary 10000011 10010100 10 1011 0 1100011 101010 1000011 1100001 11101

Color Harmonies of #839402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839402

Black with #839402

Text Example


Text Example

White with #839402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839402; }

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

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

background-color css

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

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

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

border-color css

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

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

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