Html Css Color HEX #838A09 Olive

📋 copy color: '#838A09'

red 131 ◦ green 138 ◦ blue 9

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

Shades of Olive #838A09

Tints of Olive #838A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.24%

R = 47.12%
G = 49.64%
B = 3.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#838A09 (or 0x838A09) is known color: Olive. HEX triplet: 83, 8A and 09. RGB value is (131,138,9). Sum of RGB (Red+Green+Blue) = 131+138+9=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #838A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838A09 is #7C75F6. Grayscale: #797979. Windows color (decimal): -8156663 or 625283. OLE color: 625283.

HSL color Cylindrical-coordinate representation of color #838A09: hue angle of 63.26º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #838A09 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 138 9 -
CMYK 0.05 0 0.93 0.46
HSL 63.26º 0.88% 0.29% -
HSV(B) 63.26º 0.93% 0.54% -
XYZ 18.5 23.02 3.73 -
YUV 121.2 64.68 134.99 -
System Red Green Blue C M Y K H S L
Decimal 131 138 9 0.05 0 0.93 0.46 63.26 0.88 0.29
Hex 83 8A 9 5 0 5D 2E 3F 58 1D
Octal 203 212 11 5 0 135 56 77 130 35
Binary 10000011 10001010 1001 101 0 1011101 101110 111111 1011000 11101

Color Harmonies of #838A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A09

Black with #838A09

Text Example


Text Example

White with #838A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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