#92EA0B

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

Shades of Spring Bud #92EA0B

Tints of Spring Bud #92EA0B

Color information

#92EA0B (or 0x92EA0B) is unknown color: approx Spring Bud. HEX triplet: 92, EA and 0B. RGB value is (146,234,11). Sum of RGB (Red+Green+Blue) = 146+234+11=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 234 (91.80% from 255 or 59.85% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 234 - color contains mainly: green. Hex color #92EA0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92EA0B is #6D15F4. Grayscale: #B7B7B7. Windows color (decimal): -7149045 or 780946. OLE color: 780946.

HSL color Cylindrical-coordinate representation of color #92EA0B: hue angle of 83.68º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92EA0B is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB14623411-
CMYK0.3800.950.08
HSL83.68º91.02%48.04%-
HSV(B)83.68º95.3%91.76%-
XYZ41.3464.9810.68-
YUV182.2731.35102.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 234 (91.80% from 255) = 59.85%
BLUE value IS 11 (4.69% from 255) = 2.81%
R=37.34%
G=59.85%
B=2.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal146234110.3800.950.0883.6891.0248.04
Hex92EAB2605F8545b30
Octal222352134601371012413360
Binary1001001011101010101110011001011111100010101001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,234,11); }

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

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

 a { background-color: rgb(146,234,11); }

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

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

 span { border-color: rgb(146,234,11); }

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