Html Css Color HEX #839502 Olive

📋 copy color: '#839502'

red 131 ◦ green 149 ◦ blue 2

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

Shades of Olive #839502

Tints of Olive #839502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.84%

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

R = 46.45%
G = 52.84%
B = 0.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#839502 (or 0x839502) is known color: Olive. HEX triplet: 83, 95 and 02. RGB value is (131,149,2). Sum of RGB (Red+Green+Blue) = 131+149+2=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #839502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839502 is #7C6AFD. Grayscale: #7F7F7F. Windows color (decimal): -8153854 or 169347. OLE color: 169347.

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

Color convert

RGB 131 149 2 -
CMYK 0.12 0 0.99 0.42
HSL 67.35º 0.97% 0.3% -
HSV(B) 67.35º 0.99% 0.58% -
XYZ 20.12 26.32 4.08 -
YUV 126.86 57.54 130.95 -
System Red Green Blue C M Y K H S L
Decimal 131 149 2 0.12 0 0.99 0.42 67.35 0.97 0.3
Hex 83 95 2 C 0 63 2A 43 61 1E
Octal 203 225 2 14 0 143 52 103 141 36
Binary 10000011 10010101 10 1100 0 1100011 101010 1000011 1100001 11110

Color Harmonies of #839502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839502

Black with #839502

Text Example


Text Example

White with #839502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839502; }

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

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

background-color css

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

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

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

border-color css

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

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

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