#B6F32A

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

Shades of Green Yellow #B6F32A

Tints of Green Yellow #B6F32A

Color information

#B6F32A (or 0xB6F32A) is unknown color: approx Green Yellow. HEX triplet: B6, F3 and 2A. RGB value is (182,243,42). Sum of RGB (Red+Green+Blue) = 182+243+42=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6F32A is #490CD5. Grayscale: #CACACA. Windows color (decimal): -4787414 or 2814902. OLE color: 2814902.

HSL color Cylindrical-coordinate representation of color #B6F32A: hue angle of 78.21º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B6F32A is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB18224342-
CMYK0.2500.830.05
HSL78.21º89.33%55.88%-
HSV(B)78.21º82.72%95.29%-
XYZ51.7674.2113.79-
YUV201.8537.79113.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 243 (95.31% from 255) = 52.03%
BLUE value IS 42 (16.80% from 255) = 8.99%
R=38.97%
G=52.03%
B=8.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182243420.2500.830.0578.2189.3355.88
HexB6F32A1905354e5938
Octal26636352310123511613170
Binary1011011011110011101010110010101001110110011101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F32A; }

 p { color: rgb(182,243,42); }

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

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

 a { background-color: rgb(182,243,42); }

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

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

 span { border-color: rgb(182,243,42); }

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