Html Css Color HEX #93A21F Citron

📋 copy color: '#93A21F'

red 147 ◦ green 162 ◦ blue 31

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

Shades of Citron #93A21F

Tints of Citron #93A21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.12%

R = 43.24%
G = 47.65%
B = 9.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#93A21F (or 0x93A21F) is known color: Citron. HEX triplet: 93, A2 and 1F. RGB value is (147,162,31). Sum of RGB (Red+Green+Blue) = 147+162+31=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #93A21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A21F is #6C5DE0. Grayscale: #8F8F8F. Windows color (decimal): -7101921 or 2073235. OLE color: 2073235.

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

Color convert

RGB 147 162 31 -
CMYK 0.09 0 0.81 0.36
HSL 66.87º 0.68% 0.38% -
HSV(B) 66.87º 0.81% 0.64% -
XYZ 25.2 32.14 6.17 -
YUV 142.58 65.03 131.15 -
System Red Green Blue C M Y K H S L
Decimal 147 162 31 0.09 0 0.81 0.36 66.87 0.68 0.38
Hex 93 A2 1F 9 0 51 24 43 44 26
Octal 223 242 37 11 0 121 44 103 104 46
Binary 10010011 10100010 11111 1001 0 1010001 100100 1000011 1000100 100110

Color Harmonies of #93A21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A21F

Black with #93A21F

Text Example


Text Example

White with #93A21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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