Html Css Color HEX #93B613 Citrus

📋 copy color: '#93B613'

red 147 ◦ green 182 ◦ blue 19

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

Shades of Citrus #93B613

Tints of Citrus #93B613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52.3%

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

R = 42.24%
G = 52.3%
B = 5.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#93B613 (or 0x93B613) is known color: Citrus. HEX triplet: 93, B6 and 13. RGB value is (147,182,19). Sum of RGB (Red+Green+Blue) = 147+182+19=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 182 (71.48% from 255 or 52.30% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 182 - color contains mainly: green. Hex color #93B613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B613 is #6C49EC. Grayscale: #999999. Windows color (decimal): -7096813 or 1291923. OLE color: 1291923.

HSL color Cylindrical-coordinate representation of color #93B613: hue angle of 72.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93B613 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 182 19 -
CMYK 0.19 0 0.90 0.29
HSL 72.88º 0.81% 0.39% -
HSV(B) 72.88º 0.9% 0.71% -
XYZ 28.88 39.71 6.76 -
YUV 152.95 52.4 123.75 -
System Red Green Blue C M Y K H S L
Decimal 147 182 19 0.19 0 0.90 0.29 72.88 0.81 0.39
Hex 93 B6 13 13 0 5A 1D 49 51 27
Octal 223 266 23 23 0 132 35 111 121 47
Binary 10010011 10110110 10011 10011 0 1011010 11101 1001001 1010001 100111

Color Harmonies of #93B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B613

Black with #93B613

Text Example


Text Example

White with #93B613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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