Html Css Color HEX #838205 Olive

📋 copy color: '#838205'

red 131 ◦ green 130 ◦ blue 5

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

Shades of Olive #838205

Tints of Olive #838205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

 BLUE value IS 5 (2.34% from 255) = 1.88%

R = 49.25%
G = 48.87%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#838205 (or 0x838205) is known color: Olive. HEX triplet: 83, 82 and 05. RGB value is (131,130,5). Sum of RGB (Red+Green+Blue) = 131+130+5=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #838205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838205 is #7C7DFA. Grayscale: #747474. Windows color (decimal): -8158715 or 361091. OLE color: 361091.

HSL color Cylindrical-coordinate representation of color #838205: hue angle of 59.52º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #838205 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 130 5 -
CMYK 0 0.01 0.96 0.49
HSL 59.52º 0.93% 0.27% -
HSV(B) 59.52º 0.96% 0.51% -
XYZ 17.37 20.8 3.24 -
YUV 116.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 131 130 5 0 0.01 0.96 0.49 59.52 0.93 0.27
Hex 83 82 5 0 1 60 31 3C 5D 1B
Octal 203 202 5 0 1 140 61 74 135 33
Binary 10000011 10000010 101 0 1 1100000 110001 111100 1011101 11011

Color Harmonies of #838205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838205

Black with #838205

Text Example


Text Example

White with #838205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838205; }

 p { color: rgb(131,130,5); }

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

background-color css

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

 a { background-color: rgb(131,130,5); }

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

border-color css

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

 span { border-color: rgb(131,130,5); }

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