Html Css Color HEX #93BC11 Citrus

📋 copy color: '#93BC11'

red 147 ◦ green 188 ◦ blue 17

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

Shades of Citrus #93BC11

Tints of Citrus #93BC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.83%

R = 41.76%
G = 53.41%
B = 4.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#93BC11 (or 0x93BC11) is known color: Citrus. HEX triplet: 93, BC and 11. RGB value is (147,188,17). Sum of RGB (Red+Green+Blue) = 147+188+17=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BC11 is #6C43EE. Grayscale: #9C9C9C. Windows color (decimal): -7095279 or 1162387. OLE color: 1162387.

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

Color convert

RGB 147 188 17 -
CMYK 0.22 0 0.91 0.26
HSL 74.39º 0.83% 0.4% -
HSV(B) 74.39º 0.91% 0.74% -
XYZ 30.12 42.21 7.09 -
YUV 156.25 49.42 121.4 -
System Red Green Blue C M Y K H S L
Decimal 147 188 17 0.22 0 0.91 0.26 74.39 0.83 0.4
Hex 93 BC 11 16 0 5B 1A 4A 53 28
Octal 223 274 21 26 0 133 32 112 123 50
Binary 10010011 10111100 10001 10110 0 1011011 11010 1001010 1010011 101000

Color Harmonies of #93BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BC11

Black with #93BC11

Text Example


Text Example

White with #93BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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