Html Css Color HEX #93A20E Citron

📋 copy color: '#93A20E'

red 147 ◦ green 162 ◦ blue 14

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

Shades of Citron #93A20E

Tints of Citron #93A20E

RGB

 RED value IS 147 (57.81% from 255) = 45.51%

 GREEN value IS 162 (63.67% from 255) = 50.15%

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

R = 45.51%
G = 50.15%
B = 4.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#93A20E (or 0x93A20E) is known color: Citron. HEX triplet: 93, A2 and 0E. RGB value is (147,162,14). Sum of RGB (Red+Green+Blue) = 147+162+14=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #93A20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A20E is #6C5DF1. Grayscale: #8D8D8D. Windows color (decimal): -7101938 or 959123. OLE color: 959123.

HSL color Cylindrical-coordinate representation of color #93A20E: hue angle of 66.08º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93A20E is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 147 162 14 -
CMYK 0.09 0 0.91 0.36
HSL 66.08º 0.84% 0.35% -
HSV(B) 66.08º 0.91% 0.64% -
XYZ 25.03 32.08 5.29 -
YUV 140.64 56.53 132.53 -
System Red Green Blue C M Y K H S L
Decimal 147 162 14 0.09 0 0.91 0.36 66.08 0.84 0.35
Hex 93 A2 E 9 0 5B 24 42 54 23
Octal 223 242 16 11 0 133 44 102 124 43
Binary 10010011 10100010 1110 1001 0 1011011 100100 1000010 1010100 100011

Color Harmonies of #93A20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A20E

Black with #93A20E

Text Example


Text Example

White with #93A20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93A20E; }

 p { color: rgb(147,162,14); }

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

background-color css

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

 a { background-color: rgb(147,162,14); }

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

border-color css

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

 span { border-color: rgb(147,162,14); }

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