#92BE0E

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

Shades of Citrus #92BE0E

Tints of Citrus #92BE0E

Color information

#92BE0E (or 0x92BE0E) is unknown color: approx Citrus. HEX triplet: 92, BE and 0E. RGB value is (146,190,14). Sum of RGB (Red+Green+Blue) = 146+190+14=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #92BE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BE0E is #6D41F1. Grayscale: #9D9D9D. Windows color (decimal): -7160306 or 966290. OLE color: 966290.

HSL color Cylindrical-coordinate representation of color #92BE0E: hue angle of 75º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92BE0E is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB14619014-
CMYK0.2300.930.25
HSL75º86.27%40%-
HSV(B)75º92.63%74.51%-
XYZ30.3542.977.11-
YUV156.7847.42120.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 190 (74.61% from 255) = 54.29%
BLUE value IS 14 (5.86% from 255) = 4%
R=41.71%
G=54.29%
B=4%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146190140.2300.930.257586.2740
Hex92BEE1705D194b5628
Octal222276162701353111312650
Binary1001001010111110111010111010111011100110010111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,190,14); }

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

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

 a { background-color: rgb(146,190,14); }

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

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

 span { border-color: rgb(146,190,14); }

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