#92BF30

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

Shades of Yellow Green #92BF30

Tints of Yellow Green #92BF30

Color information

#92BF30 (or 0x92BF30) is unknown color: approx Yellow Green. HEX triplet: 92, BF and 30. RGB value is (146,191,48). Sum of RGB (Red+Green+Blue) = 146+191+48=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BF30 is #6D40CF. Grayscale: #A1A1A1. Windows color (decimal): -7160016 or 3194770. OLE color: 3194770.

HSL color Cylindrical-coordinate representation of color #92BF30: hue angle of 78.88º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #92BF30 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB14619148-
CMYK0.2400.750.25
HSL78.88º59.83%46.86%-
HSV(B)78.88º74.87%74.9%-
XYZ31.0243.599.57-
YUV161.2464.09117.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.92%
GREEN value IS 191 (75% from 255) = 49.61%
BLUE value IS 48 (19.14% from 255) = 12.47%
R=37.92%
G=49.61%
B=12.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146191480.2400.750.2578.8859.8346.86
Hex92BF301804B194f3c2f
Octal22227760300113311177457
Binary10010010101111111100001100001001011110011001111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,191,48); }

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

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

 a { background-color: rgb(146,191,48); }

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

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

 span { border-color: rgb(146,191,48); }

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