Html Css Color HEX #838A0E Olive

📋 copy color: '#838A0E'

red 131 ◦ green 138 ◦ blue 14

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

Shades of Olive #838A0E

Tints of Olive #838A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.76%

 BLUE value IS 14 (5.86% from 255) = 4.95%

R = 46.29%
G = 48.76%
B = 4.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#838A0E (or 0x838A0E) is known color: Olive. HEX triplet: 83, 8A and 0E. RGB value is (131,138,14). Sum of RGB (Red+Green+Blue) = 131+138+14=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #838A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838A0E is #7C75F1. Grayscale: #7A7A7A. Windows color (decimal): -8156658 or 952963. OLE color: 952963.

HSL color Cylindrical-coordinate representation of color #838A0E: hue angle of 63.39º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #838A0E is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 138 14 -
CMYK 0.05 0 0.90 0.46
HSL 63.39º 0.82% 0.3% -
HSV(B) 63.39º 0.9% 0.54% -
XYZ 18.53 23.03 3.88 -
YUV 121.77 67.18 134.58 -
System Red Green Blue C M Y K H S L
Decimal 131 138 14 0.05 0 0.90 0.46 63.39 0.82 0.3
Hex 83 8A E 5 0 5A 2E 3F 52 1E
Octal 203 212 16 5 0 132 56 77 122 36
Binary 10000011 10001010 1110 101 0 1011010 101110 111111 1010010 11110

Color Harmonies of #838A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A0E

Black with #838A0E

Text Example


Text Example

White with #838A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,138,14); }

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

background-color css

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

 a { background-color: rgb(131,138,14); }

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

border-color css

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

 span { border-color: rgb(131,138,14); }

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