Html Css Color HEX #838D00 Olive

📋 copy color: '#838D00'

red 131 ◦ green 141 ◦ blue 0

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

Shades of Olive #838D00

Tints of Olive #838D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.84%

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

R = 48.16%
G = 51.84%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#838D00 (or 0x838D00) is known color: Olive. HEX triplet: 83, 8D and 00. RGB value is (131,141,0). Sum of RGB (Red+Green+Blue) = 131+141+0=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #838D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838D00 is #7C72FF. Grayscale: #7A7A7A. Windows color (decimal): -8155904 or 36227. OLE color: 36227.

HSL color Cylindrical-coordinate representation of color #838D00: hue angle of 64.26º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #838D00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 141 0 -
CMYK 0.07 0 1 0.45
HSL 64.26º 1% 0.28% -
HSV(B) 64.26º 1% 0.55% -
XYZ 18.88 23.88 3.61 -
YUV 121.94 59.19 134.46 -
System Red Green Blue C M Y K H S L
Decimal 131 141 0 0.07 0 1 0.45 64.26 1 0.28
Hex 83 8D 0 7 0 64 2D 40 64 1C
Octal 203 215 0 7 0 144 55 100 144 34
Binary 10000011 10001101 0 111 0 1100100 101101 1000000 1100100 11100

Color Harmonies of #838D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D00

Black with #838D00

Text Example


Text Example

White with #838D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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