#92BD2F

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

Shades of Yellow Green #92BD2F

Tints of Yellow Green #92BD2F

Color information

#92BD2F (or 0x92BD2F) is unknown color: approx Yellow Green. HEX triplet: 92, BD and 2F. RGB value is (146,189,47). Sum of RGB (Red+Green+Blue) = 146+189+47=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BD2F is #6D42D0. Grayscale: #A0A0A0. Windows color (decimal): -7160529 or 3128722. OLE color: 3128722.

HSL color Cylindrical-coordinate representation of color #92BD2F: hue angle of 78.17º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #92BD2F is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB14618947-
CMYK0.2300.750.26
HSL78.17º60.17%46.27%-
HSV(B)78.17º75.13%74.12%-
XYZ30.5642.719.32-
YUV159.9564.25118.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 189 (74.22% from 255) = 49.48%
BLUE value IS 47 (18.75% from 255) = 12.30%
R=38.22%
G=49.48%
B=12.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146189470.2300.750.2678.1760.1746.27
Hex92BD2F1704B1A4e3c2e
Octal22227557270113321167456
Binary10010010101111011011111011101001011110101001110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,189,47); }

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

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

 a { background-color: rgb(146,189,47); }

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

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

 span { border-color: rgb(146,189,47); }

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