Html Css Color HEX #BBF994 Madang

📋 copy color: '#BBF994'

red 187 ◦ green 249 ◦ blue 148

#BBF994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #BBF994

Tints of Madang #BBF994

RGB

 RED value IS 187 (73.44% from 255) = 32.02%

 GREEN value IS 249 (97.66% from 255) = 42.64%

 BLUE value IS 148 (58.2% from 255) = 25.34%

R = 32.02%
G = 42.64%
B = 25.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#BBF994 (or 0xBBF994) is known color: Madang. HEX triplet: BB, F9 and 94. RGB value is (187,249,148). Sum of RGB (Red+Green+Blue) = 187+249+148=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF994 is #44066B. Grayscale: #DBDBDB. Windows color (decimal): -4458092 or 9763259. OLE color: 9763259.

HSL color Cylindrical-coordinate representation of color #BBF994: hue angle of 96.83º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBF994 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 148 -
CMYK 0.25 0 0.41 0.02
HSL 96.83º 0.89% 0.78% -
HSV(B) 96.83º 0.41% 0.98% -
XYZ 59.71 80.45 40.4 -
YUV 218.95 87.96 105.21 -
System Red Green Blue C M Y K H S L
Decimal 187 249 148 0.25 0 0.41 0.02 96.83 0.89 0.78
Hex BB F9 94 19 0 29 2 61 59 4E
Octal 273 371 224 31 0 51 2 141 131 116
Binary 10111011 11111001 10010100 11001 0 101001 10 1100001 1011001 1001110

Color Harmonies of #BBF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF994

Black with #BBF994

Text Example


Text Example

White with #BBF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF994; }

 p { color: rgb(187,249,148); }

 H1.HeaderClassName
 {
   color: #BBF994;
 }
 .AnyTagClassName
 {
   color: #BBF994;
 }
</style>

background-color css

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

 a { background-color: rgb(187,249,148); }

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

border-color css

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

 span { border-color: rgb(187,249,148); }

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