#BBFF32

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

Shades of Green Yellow #BBFF32

Tints of Green Yellow #BBFF32

Color information

#BBFF32 (or 0xBBFF32) is unknown color: approx Green Yellow. HEX triplet: BB, FF and 32. RGB value is (187,255,50). Sum of RGB (Red+Green+Blue) = 187+255+50=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBFF32 is #4400CD. Grayscale: #D4D4D4. Windows color (decimal): -4456654 or 3342267. OLE color: 3342267.

HSL color Cylindrical-coordinate representation of color #BBFF32: hue angle of 79.9º 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 #BBFF32 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB18725550-
CMYK0.2700.800
HSL79.9º100%59.8%-
HSV(B)79.9º80.39%100%-
XYZ56.8382.3215.91-
YUV211.336.97110.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 255 (100% from 255) = 51.83%
BLUE value IS 50 (19.92% from 255) = 10.16%
R=38.01%
G=51.83%
B=10.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187255500.2700.80079.910059.8
HexBBFF321B050050643c
Octal27337762330120012014474
Binary10111011111111111100101101101010000010100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFF32; }

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

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

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

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

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

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

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

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