Html Css Color HEX #839800 Olive

📋 copy color: '#839800'

red 131 ◦ green 152 ◦ blue 0

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

Shades of Olive #839800

Tints of Olive #839800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.71%

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

R = 46.29%
G = 53.71%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#839800 (or 0x839800) is known color: Olive. HEX triplet: 83, 98 and 00. RGB value is (131,152,0). Sum of RGB (Red+Green+Blue) = 131+152+0=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #839800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839800 is #7C67FF. Grayscale: #808080. Windows color (decimal): -8153088 or 39043. OLE color: 39043.

HSL color Cylindrical-coordinate representation of color #839800: hue angle of 68.29º 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 #839800 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 152 0 -
CMYK 0.14 0 1 0.40
HSL 68.29º 1% 0.3% -
HSV(B) 68.29º 1% 0.6% -
XYZ 20.59 27.28 4.18 -
YUV 128.39 55.54 129.86 -
System Red Green Blue C M Y K H S L
Decimal 131 152 0 0.14 0 1 0.40 68.29 1 0.3
Hex 83 98 0 E 0 64 28 44 64 1E
Octal 203 230 0 16 0 144 50 104 144 36
Binary 10000011 10011000 0 1110 0 1100100 101000 1000100 1100100 11110

Color Harmonies of #839800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839800

Black with #839800

Text Example


Text Example

White with #839800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839800; }

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

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

background-color css

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

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

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

border-color css

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

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

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