Html Css Color HEX #93BC14 Citrus

📋 copy color: '#93BC14'

red 147 ◦ green 188 ◦ blue 20

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

Shades of Citrus #93BC14

Tints of Citrus #93BC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.63%

R = 41.41%
G = 52.96%
B = 5.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#93BC14 (or 0x93BC14) is known color: Citrus. HEX triplet: 93, BC and 14. RGB value is (147,188,20). Sum of RGB (Red+Green+Blue) = 147+188+20=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BC14 is #6C43EB. Grayscale: #9D9D9D. Windows color (decimal): -7095276 or 1358995. OLE color: 1358995.

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

Color convert

RGB 147 188 20 -
CMYK 0.22 0 0.89 0.26
HSL 74.64º 0.81% 0.41% -
HSV(B) 74.64º 0.89% 0.74% -
XYZ 30.14 42.22 7.22 -
YUV 156.59 50.92 121.16 -
System Red Green Blue C M Y K H S L
Decimal 147 188 20 0.22 0 0.89 0.26 74.64 0.81 0.41
Hex 93 BC 14 16 0 59 1A 4B 51 29
Octal 223 274 24 26 0 131 32 113 121 51
Binary 10010011 10111100 10100 10110 0 1011001 11010 1001011 1010001 101001

Color Harmonies of #93BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BC14

Black with #93BC14

Text Example


Text Example

White with #93BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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