#92C010

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

Shades of Citrus #92C010

Tints of Citrus #92C010

Color information

#92C010 (or 0x92C010) is unknown color: approx Citrus. HEX triplet: 92, C0 and 10. RGB value is (146,192,16). Sum of RGB (Red+Green+Blue) = 146+192+16=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #92C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C010 is #6D3FEF. Grayscale: #9E9E9E. Windows color (decimal): -7159792 or 1097874. OLE color: 1097874.

HSL color Cylindrical-coordinate representation of color #92C010: hue angle of 75.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92C010 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB14619216-
CMYK0.2400.920.25
HSL75.68º84.62%40.78%-
HSV(B)75.68º91.67%75.29%-
XYZ30.843.857.33-
YUV158.1847.76119.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 192 (75.39% from 255) = 54.24%
BLUE value IS 16 (6.64% from 255) = 4.52%
R=41.24%
G=54.24%
B=4.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146192160.2400.920.2575.6884.6240.78
Hex92C0101805C194c5529
Octal222300203001343111412551
Binary10010010110000001000011000010111001100110011001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,192,16); }

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

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

 a { background-color: rgb(146,192,16); }

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

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

 span { border-color: rgb(146,192,16); }

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