Html Css Color HEX #93A308 Citrus

📋 copy color: '#93A308'

red 147 ◦ green 163 ◦ blue 8

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

Shades of Citrus #93A308

Tints of Citrus #93A308

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.26%

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 46.23%
G = 51.26%
B = 2.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#93A308 (or 0x93A308) is known color: Citrus. HEX triplet: 93, A3 and 08. RGB value is (147,163,8). Sum of RGB (Red+Green+Blue) = 147+163+8=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #93A308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A308 is #6C5CF7. Grayscale: #8D8D8D. Windows color (decimal): -7101688 or 566163. OLE color: 566163.

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

Color convert

RGB 147 163 8 -
CMYK 0.10 0 0.95 0.36
HSL 66.19º 0.91% 0.34% -
HSV(B) 66.19º 0.95% 0.64% -
XYZ 25.17 32.41 5.16 -
YUV 140.55 53.2 132.6 -
System Red Green Blue C M Y K H S L
Decimal 147 163 8 0.10 0 0.95 0.36 66.19 0.91 0.34
Hex 93 A3 8 A 0 5F 24 42 5B 22
Octal 223 243 10 12 0 137 44 102 133 42
Binary 10010011 10100011 1000 1010 0 1011111 100100 1000010 1011011 100010

Color Harmonies of #93A308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A308

Black with #93A308

Text Example


Text Example

White with #93A308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,163,8); }

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

background-color css

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

 a { background-color: rgb(147,163,8); }

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

border-color css

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

 span { border-color: rgb(147,163,8); }

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