Html Css Color HEX #838000 Olive

📋 copy color: '#838000'

red 131 ◦ green 128 ◦ blue 0

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

Shades of Olive #838000

Tints of Olive #838000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.42%

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

R = 50.58%
G = 49.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#838000 (or 0x838000) is known color: Olive. HEX triplet: 83, 80 and 00. RGB value is (131,128,0). Sum of RGB (Red+Green+Blue) = 131+128+0=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #838000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838000 is #7C7FFF. Grayscale: #727272. Windows color (decimal): -8159232 or 32899. OLE color: 32899.

HSL color Cylindrical-coordinate representation of color #838000: hue angle of 58.63º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #838000 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 128 0 -
CMYK 0 0.02 1 0.49
HSL 58.63º 1% 0.26% -
HSV(B) 58.63º 1% 0.51% -
XYZ 17.08 20.26 3.01 -
YUV 114.31 63.49 139.91 -
System Red Green Blue C M Y K H S L
Decimal 131 128 0 0 0.02 1 0.49 58.63 1 0.26
Hex 83 80 0 0 2 64 31 3B 64 1A
Octal 203 200 0 0 2 144 61 73 144 32
Binary 10000011 10000000 0 0 10 1100100 110001 111011 1100100 11010

Color Harmonies of #838000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838000

Black with #838000

Text Example


Text Example

White with #838000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838000; }

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

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

background-color css

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

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

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

border-color css

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

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

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