#92C514

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

Shades of Citrus #92C514

Tints of Citrus #92C514

Color information

#92C514 (or 0x92C514) is unknown color: approx Citrus. HEX triplet: 92, C5 and 14. RGB value is (146,197,20). Sum of RGB (Red+Green+Blue) = 146+197+20=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #92C514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C514 is #6D3AEB. Grayscale: #A2A2A2. Windows color (decimal): -7158508 or 1361298. OLE color: 1361298.

HSL color Cylindrical-coordinate representation of color #92C514: hue angle of 77.29º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92C514 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB14619720-
CMYK0.2600.900.23
HSL77.29º81.57%42.55%-
HSV(B)77.29º89.85%77.25%-
XYZ31.9546.097.88-
YUV161.5748.1116.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 197 (77.34% from 255) = 54.27%
BLUE value IS 20 (8.20% from 255) = 5.51%
R=40.22%
G=54.27%
B=5.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal146197200.2600.900.2377.2981.5742.55
Hex92C5141A05A174d522b
Octal222305243201322711512253
Binary10010010110001011010011010010110101011110011011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92C514; }

 p { color: rgb(146,197,20); }

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

<style>
 a { background-color: #92C514; }

 a { background-color: rgb(146,197,20); }

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

<style>
 span { border-color: #92C514; }

 span { border-color: rgb(146,197,20); }

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