Html Css Color HEX #93A005 Citrus

📋 copy color: '#93A005'

red 147 ◦ green 160 ◦ blue 5

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

Shades of Citrus #93A005

Tints of Citrus #93A005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.28%

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

R = 47.12%
G = 51.28%
B = 1.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#93A005 (or 0x93A005) is known color: Citrus. HEX triplet: 93, A0 and 05. RGB value is (147,160,5). Sum of RGB (Red+Green+Blue) = 147+160+5=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #93A005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A005 is #6C5FFA. Grayscale: #8B8B8B. Windows color (decimal): -7102459 or 368787. OLE color: 368787.

HSL color Cylindrical-coordinate representation of color #93A005: hue angle of 65.03º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93A005 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 160 5 -
CMYK 0.08 0 0.97 0.37
HSL 65.03º 0.94% 0.32% -
HSV(B) 65.03º 0.97% 0.63% -
XYZ 24.63 31.36 4.9 -
YUV 138.44 52.69 134.1 -
System Red Green Blue C M Y K H S L
Decimal 147 160 5 0.08 0 0.97 0.37 65.03 0.94 0.32
Hex 93 A0 5 8 0 61 25 41 5E 20
Octal 223 240 5 10 0 141 45 101 136 40
Binary 10010011 10100000 101 1000 0 1100001 100101 1000001 1011110 100000

Color Harmonies of #93A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A005

Black with #93A005

Text Example


Text Example

White with #93A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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