#92BA15

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

Shades of Citrus #92BA15

Tints of Citrus #92BA15

Color information

#92BA15 (or 0x92BA15) is unknown color: approx Citrus. HEX triplet: 92, BA and 15. RGB value is (146,186,21). Sum of RGB (Red+Green+Blue) = 146+186+21=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BA15 is #6D45EA. Grayscale: #9B9B9B. Windows color (decimal): -7161323 or 1424018. OLE color: 1424018.

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

Color convert

RGB14618621-
CMYK0.2200.890.27
HSL74.55º79.71%40.59%-
HSV(B)74.55º88.71%72.94%-
XYZ29.5541.287.12-
YUV155.2352.25121.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 186 (73.05% from 255) = 52.69%
BLUE value IS 21 (8.59% from 255) = 5.95%
R=41.36%
G=52.69%
B=5.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146186210.2200.890.2774.5579.7140.59
Hex92BA15160591B4b5029
Octal222272252601313311312051
Binary10010010101110101010110110010110011101110010111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,186,21); }

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

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

 a { background-color: rgb(146,186,21); }

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

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

 span { border-color: rgb(146,186,21); }

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