Html Css Color HEX #838505 Olive

📋 copy color: '#838505'

red 131 ◦ green 133 ◦ blue 5

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

Shades of Olive #838505

Tints of Olive #838505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.44%

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

R = 48.7%
G = 49.44%
B = 1.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#838505 (or 0x838505) is known color: Olive. HEX triplet: 83, 85 and 05. RGB value is (131,133,5). Sum of RGB (Red+Green+Blue) = 131+133+5=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #838505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838505 is #7C7AFA. Grayscale: #767676. Windows color (decimal): -8157947 or 361859. OLE color: 361859.

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

Color convert

RGB 131 133 5 -
CMYK 0.02 0 0.96 0.48
HSL 60.94º 0.93% 0.27% -
HSV(B) 60.94º 0.96% 0.52% -
XYZ 17.78 21.61 3.38 -
YUV 117.81 64.34 137.41 -
System Red Green Blue C M Y K H S L
Decimal 131 133 5 0.02 0 0.96 0.48 60.94 0.93 0.27
Hex 83 85 5 2 0 60 30 3D 5D 1B
Octal 203 205 5 2 0 140 60 75 135 33
Binary 10000011 10000101 101 10 0 1100000 110000 111101 1011101 11011

Color Harmonies of #838505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838505

Black with #838505

Text Example


Text Example

White with #838505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838505; }

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

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

background-color css

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

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

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

border-color css

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

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

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