Html Css Color HEX #838D09 Olive

📋 copy color: '#838D09'

red 131 ◦ green 141 ◦ blue 9

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

Shades of Olive #838D09

Tints of Olive #838D09

RGB

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

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

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

R = 46.62%
G = 50.18%
B = 3.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#838D09 (or 0x838D09) is known color: Olive. HEX triplet: 83, 8D and 09. RGB value is (131,141,9). Sum of RGB (Red+Green+Blue) = 131+141+9=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #838D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838D09 is #7C72F6. Grayscale: #7B7B7B. Windows color (decimal): -8155895 or 626051. OLE color: 626051.

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

Color convert

RGB 131 141 9 -
CMYK 0.07 0 0.94 0.45
HSL 64.55º 0.88% 0.29% -
HSV(B) 64.55º 0.94% 0.55% -
XYZ 18.93 23.89 3.87 -
YUV 122.96 63.69 133.73 -
System Red Green Blue C M Y K H S L
Decimal 131 141 9 0.07 0 0.94 0.45 64.55 0.88 0.29
Hex 83 8D 9 7 0 5E 2D 41 58 1D
Octal 203 215 11 7 0 136 55 101 130 35
Binary 10000011 10001101 1001 111 0 1011110 101101 1000001 1011000 11101

Color Harmonies of #838D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D09

Black with #838D09

Text Example


Text Example

White with #838D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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