#BBF28A

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

Shades of Sulu #BBF28A

Tints of Sulu #BBF28A

Color information

#BBF28A (or 0xBBF28A) is unknown color: approx Sulu. HEX triplet: BB, F2 and 8A. RGB value is (187,242,138). Sum of RGB (Red+Green+Blue) = 187+242+138=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF28A is #440D75. Grayscale: #D6D6D6. Windows color (decimal): -4459894 or 9106107. OLE color: 9106107.

HSL color Cylindrical-coordinate representation of color #BBF28A: hue angle of 91.73º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBF28A is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB187242138-
CMYK0.2300.430.05
HSL91.73º80%74.51%-
HSV(B)91.73º42.98%94.9%-
XYZ56.8375.935.7-
YUV213.785.28108.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 242 (94.92% from 255) = 42.68%
BLUE value IS 138 (54.30% from 255) = 24.34%
R=32.98%
G=42.68%
B=24.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421380.2300.430.0591.738074.51
HexBBF28A1702B55c504b
Octal273362212270535134120113
Binary101110111111001010001010101110101011101101110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF28A; }

 p { color: rgb(187,242,138); }

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

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

 a { background-color: rgb(187,242,138); }

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

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

 span { border-color: rgb(187,242,138); }

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