#BAFF32

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

Shades of Green Yellow #BAFF32

Tints of Green Yellow #BAFF32

Color information

#BAFF32 (or 0xBAFF32) is unknown color: approx Green Yellow. HEX triplet: BA, FF and 32. RGB value is (186,255,50). Sum of RGB (Red+Green+Blue) = 186+255+50=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF32 is #4500CD. Grayscale: #D3D3D3. Windows color (decimal): -4522190 or 3342266. OLE color: 3342266.

HSL color Cylindrical-coordinate representation of color #BAFF32: hue angle of 80.2º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAFF32 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB18625550-
CMYK0.2700.800
HSL80.2º100%59.8%-
HSV(B)80.2º80.39%100%-
XYZ56.5982.1915.9-
YUV21137.14110.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 255 (100% from 255) = 51.93%
BLUE value IS 50 (19.92% from 255) = 10.18%
R=37.88%
G=51.93%
B=10.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186255500.2700.80080.210059.8
HexBAFF321B050050643c
Octal27237762330120012014474
Binary10111010111111111100101101101010000010100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF32; }

 p { color: rgb(186,255,50); }

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

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

 a { background-color: rgb(186,255,50); }

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

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

 span { border-color: rgb(186,255,50); }

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