#93BE1A

Color #93BE1A Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #93BE1A

Tints of Citrus #93BE1A

Color information

#93BE1A (or 0x93BE1A) is unknown color: approx Citrus. HEX triplet: 93, BE and 1A. RGB value is (147,190,26). Sum of RGB (Red+Green+Blue) = 147+190+26=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BE1A is #6C41E5. Grayscale: #9F9F9F. Windows color (decimal): -7094758 or 1752723. OLE color: 1752723.

HSL color Cylindrical-coordinate representation of color #93BE1A: hue angle of 75.73º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93BE1A is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB14719026-
CMYK0.2300.860.25
HSL75.73º75.93%42.35%-
HSV(B)75.73º86.32%74.51%-
XYZ30.6343.17.68-
YUV158.4553.25119.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 190 (74.61% from 255) = 52.34%
BLUE value IS 26 (10.55% from 255) = 7.16%
R=40.50%
G=52.34%
B=7.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147190260.2300.860.2575.7375.9342.35
Hex93BE1A17056194c4c2a
Octal223276322701263111411452
Binary10010011101111101101010111010101101100110011001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,190,26); }

 H1.HeaderClassName
 {
   color: #93BE1A;
 }
 .AnyTagClassName
 {
   color: #93BE1A;
 }
</style>
background-color css

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

 a { background-color: rgb(147,190,26); }

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

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

 span { border-color: rgb(147,190,26); }

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