Html Css Color HEX #839900 Olive

📋 copy color: '#839900'

red 131 ◦ green 153 ◦ blue 0

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

Shades of Olive #839900

Tints of Olive #839900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.13%
G = 53.87%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#839900 (or 0x839900) is known color: Olive. HEX triplet: 83, 99 and 00. RGB value is (131,153,0). Sum of RGB (Red+Green+Blue) = 131+153+0=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #839900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839900 is #7C66FF. Grayscale: #818181. Windows color (decimal): -8152832 or 39299. OLE color: 39299.

HSL color Cylindrical-coordinate representation of color #839900: hue angle of 68.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #839900 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 0 -
CMYK 0.14 0 1 0.4
HSL 68.63º 1% 0.3% -
HSV(B) 68.63º 1% 0.6% -
XYZ 20.75 27.61 4.24 -
YUV 128.98 55.21 129.44 -
System Red Green Blue C M Y K H S L
Decimal 131 153 0 0.14 0 1 0.4 68.63 1 0.3
Hex 83 99 0 E 0 64 28 45 64 1E
Octal 203 231 0 16 0 144 50 105 144 36
Binary 10000011 10011001 0 1110 0 1100100 101000 1000101 1100100 11110

Color Harmonies of #839900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839900

Black with #839900

Text Example


Text Example

White with #839900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839900; }

 p { color: rgb(131,153,0); }

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

background-color css

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

 a { background-color: rgb(131,153,0); }

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

border-color css

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

 span { border-color: rgb(131,153,0); }

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