Html Css Color HEX #93BC16 Citrus

📋 copy color: '#93BC16'

red 147 ◦ green 188 ◦ blue 22

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

Shades of Citrus #93BC16

Tints of Citrus #93BC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.66%

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

R = 41.18%
G = 52.66%
B = 6.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#93BC16 (or 0x93BC16) is known color: Citrus. HEX triplet: 93, BC and 16. RGB value is (147,188,22). Sum of RGB (Red+Green+Blue) = 147+188+22=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BC16 is #6C43E9. Grayscale: #9D9D9D. Windows color (decimal): -7095274 or 1490067. OLE color: 1490067.

HSL color Cylindrical-coordinate representation of color #93BC16: hue angle of 74.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93BC16 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 188 22 -
CMYK 0.22 0 0.88 0.26
HSL 74.82º 0.79% 0.41% -
HSV(B) 74.82º 0.88% 0.74% -
XYZ 30.16 42.23 7.32 -
YUV 156.82 51.92 121 -
System Red Green Blue C M Y K H S L
Decimal 147 188 22 0.22 0 0.88 0.26 74.82 0.79 0.41
Hex 93 BC 16 16 0 58 1A 4B 4F 29
Octal 223 274 26 26 0 130 32 113 117 51
Binary 10010011 10111100 10110 10110 0 1011000 11010 1001011 1001111 101001

Color Harmonies of #93BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BC16

Black with #93BC16

Text Example


Text Example

White with #93BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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