#B2F92A

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

Shades of Green Yellow #B2F92A

Tints of Green Yellow #B2F92A

Color information

#B2F92A (or 0xB2F92A) is unknown color: approx Green Yellow. HEX triplet: B2, F9 and 2A. RGB value is (178,249,42). Sum of RGB (Red+Green+Blue) = 178+249+42=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F92A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F92A is #4D06D5. Grayscale: #CCCCCC. Windows color (decimal): -5048022 or 2816434. OLE color: 2816434.

HSL color Cylindrical-coordinate representation of color #B2F92A: hue angle of 80.58º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2F92A is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB17824942-
CMYK0.2900.830.02
HSL80.58º94.52%57.06%-
HSV(B)80.58º83.13%97.65%-
XYZ52.6577.3814.35-
YUV204.1736.48109.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 249 (97.66% from 255) = 53.09%
BLUE value IS 42 (16.80% from 255) = 8.96%
R=37.95%
G=53.09%
B=8.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178249420.2900.830.0280.5894.5257.06
HexB2F92A1D0532515f39
Octal26237152350123212113771
Binary101100101111100110101011101010100111010100011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F92A; }

 p { color: rgb(178,249,42); }

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

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

 a { background-color: rgb(178,249,42); }

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

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

 span { border-color: rgb(178,249,42); }

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