#92BB16

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

Shades of Citrus #92BB16

Tints of Citrus #92BB16

Color information

#92BB16 (or 0x92BB16) is unknown color: approx Citrus. HEX triplet: 92, BB and 16. RGB value is (146,187,22). Sum of RGB (Red+Green+Blue) = 146+187+22=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #92BB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BB16 is #6D44E9. Grayscale: #9C9C9C. Windows color (decimal): -7161066 or 1489810. OLE color: 1489810.

HSL color Cylindrical-coordinate representation of color #92BB16: hue angle of 74.91º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92BB16 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB14618722-
CMYK0.2200.880.27
HSL74.91º78.95%40.98%-
HSV(B)74.91º88.24%73.33%-
XYZ29.7741.717.24-
YUV155.9352.42120.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 187 (73.44% from 255) = 52.68%
BLUE value IS 22 (8.98% from 255) = 6.20%
R=41.13%
G=52.68%
B=6.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146187220.2200.880.2774.9178.9540.98
Hex92BB16160581B4b4f29
Octal222273262601303311311751
Binary10010010101110111011010110010110001101110010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,187,22); }

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

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

 a { background-color: rgb(146,187,22); }

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

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

 span { border-color: rgb(146,187,22); }

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