Html Css Color HEX #93A401 Citrus

📋 copy color: '#93A401'

red 147 ◦ green 164 ◦ blue 1

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

Shades of Citrus #93A401

Tints of Citrus #93A401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.56%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 47.12%
G = 52.56%
B = 0.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#93A401 (or 0x93A401) is known color: Citrus. HEX triplet: 93, A4 and 01. RGB value is (147,164,1). Sum of RGB (Red+Green+Blue) = 147+164+1=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #93A401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A401 is #6C5BFE. Grayscale: #8C8C8C. Windows color (decimal): -7101439 or 107667. OLE color: 107667.

HSL color Cylindrical-coordinate representation of color #93A401: hue angle of 66.26º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93A401 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 147 164 1 -
CMYK 0.10 0 0.99 0.36
HSL 66.26º 0.99% 0.32% -
HSV(B) 66.26º 0.99% 0.64% -
XYZ 25.31 32.76 5.02 -
YUV 140.34 49.37 132.75 -
System Red Green Blue C M Y K H S L
Decimal 147 164 1 0.10 0 0.99 0.36 66.26 0.99 0.32
Hex 93 A4 1 A 0 63 24 42 63 20
Octal 223 244 1 12 0 143 44 102 143 40
Binary 10010011 10100100 1 1010 0 1100011 100100 1000010 1100011 100000

Color Harmonies of #93A401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A401

Black with #93A401

Text Example


Text Example

White with #93A401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,164,1); }

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

background-color css

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

 a { background-color: rgb(147,164,1); }

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

border-color css

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

 span { border-color: rgb(147,164,1); }

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