Html Css Color HEX #93B014 Citrus

📋 copy color: '#93B014'

red 147 ◦ green 176 ◦ blue 20

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

Shades of Citrus #93B014

Tints of Citrus #93B014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.31%

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

R = 42.86%
G = 51.31%
B = 5.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#93B014 (or 0x93B014) is known color: Citrus. HEX triplet: 93, B0 and 14. RGB value is (147,176,20). Sum of RGB (Red+Green+Blue) = 147+176+20=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #93B014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93B014 is #6C4FEB. Grayscale: #969696. Windows color (decimal): -7098348 or 1355923. OLE color: 1355923.

HSL color Cylindrical-coordinate representation of color #93B014: hue angle of 71.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #93B014 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 176 20 -
CMYK 0.16 0 0.89 0.31
HSL 71.15º 0.8% 0.38% -
HSV(B) 71.15º 0.89% 0.69% -
XYZ 27.68 37.3 6.4 -
YUV 149.55 54.89 126.18 -
System Red Green Blue C M Y K H S L
Decimal 147 176 20 0.16 0 0.89 0.31 71.15 0.8 0.38
Hex 93 B0 14 10 0 59 1F 47 50 26
Octal 223 260 24 20 0 131 37 107 120 46
Binary 10010011 10110000 10100 10000 0 1011001 11111 1000111 1010000 100110

Color Harmonies of #93B014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B014

Black with #93B014

Text Example


Text Example

White with #93B014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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