#92C614

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

Shades of Citrus #92C614

Tints of Citrus #92C614

Color information

#92C614 (or 0x92C614) is unknown color: approx Citrus. HEX triplet: 92, C6 and 14. RGB value is (146,198,20). Sum of RGB (Red+Green+Blue) = 146+198+20=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 198 (77.73% from 255 or 54.40% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 198 - color contains mainly: green. Hex color #92C614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C614 is #6D39EB. Grayscale: #A2A2A2. Windows color (decimal): -7158252 or 1361554. OLE color: 1361554.

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

Color convert

RGB14619820-
CMYK0.2600.900.22
HSL77.53º81.65%42.75%-
HSV(B)77.53º89.9%77.65%-
XYZ32.1746.557.95-
YUV162.1647.77116.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 198 (77.73% from 255) = 54.40%
BLUE value IS 20 (8.20% from 255) = 5.49%
R=40.11%
G=54.40%
B=5.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146198200.2600.900.2277.5381.6542.75
Hex92C6141A05A164e522b
Octal222306243201322611612253
Binary10010010110001101010011010010110101011010011101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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