Html Css Color HEX #5E5600 Bronze Olive

📋 copy color: '#5E5600'

red 94 ◦ green 86 ◦ blue 0

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

Shades of Bronze Olive #5E5600

Tints of Bronze Olive #5E5600

RGB

 RED value IS 94 (37.11% from 255) = 52.22%

 GREEN value IS 86 (33.98% from 255) = 47.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.22%
G = 47.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.63

RGB Variations

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

Color information

#5E5600 (or 0x5E5600) is known color: Bronze Olive. HEX triplet: 5E, 56 and 00. RGB value is (94,86,0). Sum of RGB (Red+Green+Blue) = 94+86+0=180 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.22% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5600 is #A1A9FF. Grayscale: #4E4E4E. Windows color (decimal): -10594816 or 22110. OLE color: 22110.

HSL color Cylindrical-coordinate representation of color #5E5600: hue angle of 54.89º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E5600 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 86 0 -
CMYK 0 0.09 1 0.63
HSL 54.89º 1% 0.18% -
HSV(B) 54.89º 1% 0.37% -
XYZ 7.94 9.04 1.33 -
YUV 78.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 94 86 0 0 0.09 1 0.63 54.89 1 0.18
Hex 5E 56 0 0 9 64 3F 37 64 12
Octal 136 126 0 0 11 144 77 67 144 22
Binary 1011110 1010110 0 0 1001 1100100 111111 110111 1100100 10010

Color Harmonies of #5E5600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5600

Black with #5E5600

Text Example


Text Example

White with #5E5600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E5600; }

 p { color: rgb(94,86,0); }

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

background-color css

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

 a { background-color: rgb(94,86,0); }

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

border-color css

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

 span { border-color: rgb(94,86,0); }

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