Html Css Color HEX #BBF990 Sulu

📋 copy color: '#BBF990'

red 187 ◦ green 249 ◦ blue 144

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

Shades of Sulu #BBF990

Tints of Sulu #BBF990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.83%

R = 32.24%
G = 42.93%
B = 24.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#BBF990 (or 0xBBF990) is known color: Sulu. HEX triplet: BB, F9 and 90. RGB value is (187,249,144). Sum of RGB (Red+Green+Blue) = 187+249+144=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF990 is #44066F. Grayscale: #DADADA. Windows color (decimal): -4458096 or 9501115. OLE color: 9501115.

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

Color convert

RGB 187 249 144 -
CMYK 0.25 0 0.42 0.02
HSL 95.43º 0.9% 0.77% -
HSV(B) 95.43º 0.42% 0.98% -
XYZ 59.4 80.33 38.76 -
YUV 218.49 85.96 105.54 -
System Red Green Blue C M Y K H S L
Decimal 187 249 144 0.25 0 0.42 0.02 95.43 0.9 0.77
Hex BB F9 90 19 0 2A 2 5F 5A 4D
Octal 273 371 220 31 0 52 2 137 132 115
Binary 10111011 11111001 10010000 11001 0 101010 10 1011111 1011010 1001101

Color Harmonies of #BBF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF990

Black with #BBF990

Text Example


Text Example

White with #BBF990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF990; }

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

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

background-color css

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

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

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

border-color css

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

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

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