Html Css Color HEX #93A805 Citrus

📋 copy color: '#93A805'

red 147 ◦ green 168 ◦ blue 5

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

Shades of Citrus #93A805

Tints of Citrus #93A805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.5%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 45.94%
G = 52.5%
B = 1.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#93A805 (or 0x93A805) is known color: Citrus. HEX triplet: 93, A8 and 05. RGB value is (147,168,5). Sum of RGB (Red+Green+Blue) = 147+168+5=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #93A805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A805 is #6C57FA. Grayscale: #8F8F8F. Windows color (decimal): -7100411 or 370835. OLE color: 370835.

HSL color Cylindrical-coordinate representation of color #93A805: hue angle of 67.73º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93A805 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 147 168 5 -
CMYK 0.13 0 0.97 0.34
HSL 67.73º 0.94% 0.34% -
HSV(B) 67.73º 0.97% 0.66% -
XYZ 26.06 34.22 5.37 -
YUV 143.14 50.04 130.75 -
System Red Green Blue C M Y K H S L
Decimal 147 168 5 0.13 0 0.97 0.34 67.73 0.94 0.34
Hex 93 A8 5 D 0 61 22 44 5E 22
Octal 223 250 5 15 0 141 42 104 136 42
Binary 10010011 10101000 101 1101 0 1100001 100010 1000100 1011110 100010

Color Harmonies of #93A805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A805

Black with #93A805

Text Example


Text Example

White with #93A805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,168,5); }

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

background-color css

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

 a { background-color: rgb(147,168,5); }

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

border-color css

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

 span { border-color: rgb(147,168,5); }

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