#92C612

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

Shades of Citrus #92C612

Tints of Citrus #92C612

Color information

#92C612 (or 0x92C612) is unknown color: approx Citrus. HEX triplet: 92, C6 and 12. RGB value is (146,198,18). Sum of RGB (Red+Green+Blue) = 146+198+18=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 198 (77.73% from 255 or 54.70% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 198 - color contains mainly: green. Hex color #92C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C612 is #6D39ED. Grayscale: #A2A2A2. Windows color (decimal): -7158254 or 1230482. OLE color: 1230482.

HSL color Cylindrical-coordinate representation of color #92C612: hue angle of 77.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92C612 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB14619818-
CMYK0.2600.910.22
HSL77.33º83.33%42.35%-
HSV(B)77.33º90.91%77.65%-
XYZ32.1646.547.86-
YUV161.9346.77116.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 198 (77.73% from 255) = 54.70%
BLUE value IS 18 (7.42% from 255) = 4.97%
R=40.33%
G=54.70%
B=4.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146198180.2600.910.2277.3383.3342.35
Hex92C6121A05B164d532a
Octal222306223201332611512352
Binary10010010110001101001011010010110111011010011011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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