Html Css Color HEX #93B516 Citrus

📋 copy color: '#93B516'

red 147 ◦ green 181 ◦ blue 22

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

Shades of Citrus #93B516

Tints of Citrus #93B516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.71%

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 42%
G = 51.71%
B = 6.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#93B516 (or 0x93B516) is known color: Citrus. HEX triplet: 93, B5 and 16. RGB value is (147,181,22). Sum of RGB (Red+Green+Blue) = 147+181+22=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #93B516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B516 is #6C4AE9. Grayscale: #999999. Windows color (decimal): -7097066 or 1488275. OLE color: 1488275.

HSL color Cylindrical-coordinate representation of color #93B516: hue angle of 72.83º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93B516 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 181 22 -
CMYK 0.19 0 0.88 0.29
HSL 72.83º 0.78% 0.4% -
HSV(B) 72.83º 0.88% 0.71% -
XYZ 28.7 39.31 6.83 -
YUV 152.71 54.24 123.93 -
System Red Green Blue C M Y K H S L
Decimal 147 181 22 0.19 0 0.88 0.29 72.83 0.78 0.4
Hex 93 B5 16 13 0 58 1D 49 4E 28
Octal 223 265 26 23 0 130 35 111 116 50
Binary 10010011 10110101 10110 10011 0 1011000 11101 1001001 1001110 101000

Color Harmonies of #93B516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B516

Black with #93B516

Text Example


Text Example

White with #93B516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,181,22); }

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

background-color css

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

 a { background-color: rgb(147,181,22); }

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

border-color css

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

 span { border-color: rgb(147,181,22); }

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