Html Css Color HEX #5B920C Limeade

📋 copy color: '#5B920C'

red 91 ◦ green 146 ◦ blue 12

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

Shades of Limeade #5B920C

Tints of Limeade #5B920C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.82%

R = 36.55%
G = 58.63%
B = 4.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#5B920C (or 0x5B920C) is known color: Limeade. HEX triplet: 5B, 92 and 0C. RGB value is (91,146,12). Sum of RGB (Red+Green+Blue) = 91+146+12=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #5B920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B920C is #A46DF3. Grayscale: #727272. Windows color (decimal): -10776052 or 823899. OLE color: 823899.

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

Color convert

RGB 91 146 12 -
CMYK 0.38 0 0.92 0.43
HSL 84.63º 0.85% 0.31% -
HSV(B) 84.63º 0.92% 0.57% -
XYZ 14.66 22.81 3.98 -
YUV 114.28 70.28 111.4 -
System Red Green Blue C M Y K H S L
Decimal 91 146 12 0.38 0 0.92 0.43 84.63 0.85 0.31
Hex 5B 92 C 26 0 5C 2B 55 55 1F
Octal 133 222 14 46 0 134 53 125 125 37
Binary 1011011 10010010 1100 100110 0 1011100 101011 1010101 1010101 11111

Color Harmonies of #5B920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B920C

Black with #5B920C

Text Example


Text Example

White with #5B920C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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