Html Css Color HEX #93A80C Citrus

📋 copy color: '#93A80C'

red 147 ◦ green 168 ◦ blue 12

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

Shades of Citrus #93A80C

Tints of Citrus #93A80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.67%

R = 44.95%
G = 51.38%
B = 3.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#93A80C (or 0x93A80C) is known color: Citrus. HEX triplet: 93, A8 and 0C. RGB value is (147,168,12). Sum of RGB (Red+Green+Blue) = 147+168+12=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #93A80C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A80C is #6C57F3. Grayscale: #909090. Windows color (decimal): -7100404 or 829587. OLE color: 829587.

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

Color convert

RGB 147 168 12 -
CMYK 0.13 0 0.93 0.34
HSL 68.08º 0.87% 0.35% -
HSV(B) 68.08º 0.93% 0.66% -
XYZ 26.1 34.23 5.58 -
YUV 143.94 53.54 130.18 -
System Red Green Blue C M Y K H S L
Decimal 147 168 12 0.13 0 0.93 0.34 68.08 0.87 0.35
Hex 93 A8 C D 0 5D 22 44 57 23
Octal 223 250 14 15 0 135 42 104 127 43
Binary 10010011 10101000 1100 1101 0 1011101 100010 1000100 1010111 100011

Color Harmonies of #93A80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A80C

Black with #93A80C

Text Example


Text Example

White with #93A80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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