Html Css Color HEX #93B90E Citrus

📋 copy color: '#93B90E'

red 147 ◦ green 185 ◦ blue 14

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

Shades of Citrus #93B90E

Tints of Citrus #93B90E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.47%

 BLUE value IS 14 (5.86% from 255) = 4.05%

R = 42.49%
G = 53.47%
B = 4.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#93B90E (or 0x93B90E) is known color: Citrus. HEX triplet: 93, B9 and 0E. RGB value is (147,185,14). Sum of RGB (Red+Green+Blue) = 147+185+14=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #93B90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93B90E is #6C46F1. Grayscale: #9A9A9A. Windows color (decimal): -7096050 or 965011. OLE color: 965011.

HSL color Cylindrical-coordinate representation of color #93B90E: hue angle of 73.33º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93B90E is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 185 14 -
CMYK 0.21 0 0.92 0.27
HSL 73.33º 0.86% 0.39% -
HSV(B) 73.33º 0.92% 0.73% -
XYZ 29.46 40.93 6.76 -
YUV 154.14 48.91 122.9 -
System Red Green Blue C M Y K H S L
Decimal 147 185 14 0.21 0 0.92 0.27 73.33 0.86 0.39
Hex 93 B9 E 15 0 5C 1B 49 56 27
Octal 223 271 16 25 0 134 33 111 126 47
Binary 10010011 10111001 1110 10101 0 1011100 11011 1001001 1010110 100111

Color Harmonies of #93B90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B90E

Black with #93B90E

Text Example


Text Example

White with #93B90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,185,14); }

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

background-color css

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

 a { background-color: rgb(147,185,14); }

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

border-color css

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

 span { border-color: rgb(147,185,14); }

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