Html Css Color HEX #93A210 Citron

📋 copy color: '#93A210'

red 147 ◦ green 162 ◦ blue 16

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

Shades of Citron #93A210

Tints of Citron #93A210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 45.23%
G = 49.85%
B = 4.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#93A210 (or 0x93A210) is known color: Citron. HEX triplet: 93, A2 and 10. RGB value is (147,162,16). Sum of RGB (Red+Green+Blue) = 147+162+16=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #93A210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A210 is #6C5DEF. Grayscale: #8D8D8D. Windows color (decimal): -7101936 or 1090195. OLE color: 1090195.

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

Color convert

RGB 147 162 16 -
CMYK 0.09 0 0.90 0.36
HSL 66.16º 0.82% 0.35% -
HSV(B) 66.16º 0.9% 0.64% -
XYZ 25.05 32.08 5.36 -
YUV 140.87 57.53 132.37 -
System Red Green Blue C M Y K H S L
Decimal 147 162 16 0.09 0 0.90 0.36 66.16 0.82 0.35
Hex 93 A2 10 9 0 5A 24 42 52 23
Octal 223 242 20 11 0 132 44 102 122 43
Binary 10010011 10100010 10000 1001 0 1011010 100100 1000010 1010010 100011

Color Harmonies of #93A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A210

Black with #93A210

Text Example


Text Example

White with #93A210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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