Html Css Color HEX #5B920E Limeade

📋 copy color: '#5B920E'

red 91 ◦ green 146 ◦ blue 14

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

Shades of Limeade #5B920E

Tints of Limeade #5B920E

RGB

 RED value IS 91 (35.94% from 255) = 36.25%

 GREEN value IS 146 (57.42% from 255) = 58.17%

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 36.25%
G = 58.17%
B = 5.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#5B920E (or 0x5B920E) is known color: Limeade. HEX triplet: 5B, 92 and 0E. RGB value is (91,146,14). Sum of RGB (Red+Green+Blue) = 91+146+14=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #5B920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B920E is #A46DF1. Grayscale: #727272. Windows color (decimal): -10776050 or 954971. OLE color: 954971.

HSL color Cylindrical-coordinate representation of color #5B920E: hue angle of 85º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B920E is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 146 14 -
CMYK 0.38 0 0.90 0.43
HSL 85º 0.83% 0.31% -
HSV(B) 85º 0.9% 0.57% -
XYZ 14.67 22.81 4.05 -
YUV 114.51 71.28 111.23 -
System Red Green Blue C M Y K H S L
Decimal 91 146 14 0.38 0 0.90 0.43 85 0.83 0.31
Hex 5B 92 E 26 0 5A 2B 55 52 1F
Octal 133 222 16 46 0 132 53 125 122 37
Binary 1011011 10010010 1110 100110 0 1011010 101011 1010101 1010010 11111

Color Harmonies of #5B920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B920E

Black with #5B920E

Text Example


Text Example

White with #5B920E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,146,14); }

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

background-color css

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

 a { background-color: rgb(91,146,14); }

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

border-color css

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

 span { border-color: rgb(91,146,14); }

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