Html Css Color HEX #93B313 Citrus

📋 copy color: '#93B313'

red 147 ◦ green 179 ◦ blue 19

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

Shades of Citrus #93B313

Tints of Citrus #93B313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.88%

 BLUE value IS 19 (7.81% from 255) = 5.51%

R = 42.61%
G = 51.88%
B = 5.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#93B313 (or 0x93B313) is known color: Citrus. HEX triplet: 93, B3 and 13. RGB value is (147,179,19). Sum of RGB (Red+Green+Blue) = 147+179+19=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #93B313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B313 is #6C4CEC. Grayscale: #979797. Windows color (decimal): -7097581 or 1291155. OLE color: 1291155.

HSL color Cylindrical-coordinate representation of color #93B313: hue angle of 72º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #93B313 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 179 19 -
CMYK 0.18 0 0.89 0.30
HSL 72º 0.81% 0.39% -
HSV(B) 72º 0.89% 0.7% -
XYZ 28.27 38.49 6.56 -
YUV 151.19 53.4 125.01 -
System Red Green Blue C M Y K H S L
Decimal 147 179 19 0.18 0 0.89 0.30 72 0.81 0.39
Hex 93 B3 13 12 0 59 1E 48 51 27
Octal 223 263 23 22 0 131 36 110 121 47
Binary 10010011 10110011 10011 10010 0 1011001 11110 1001000 1010001 100111

Color Harmonies of #93B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B313

Black with #93B313

Text Example


Text Example

White with #93B313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,179,19); }

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

background-color css

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

 a { background-color: rgb(147,179,19); }

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

border-color css

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

 span { border-color: rgb(147,179,19); }

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