Html Css Color HEX #BBF284 Sulu

📋 copy color: '#BBF284'

red 187 ◦ green 242 ◦ blue 132

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

Shades of Sulu #BBF284

Tints of Sulu #BBF284

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.14%

 BLUE value IS 132 (51.95% from 255) = 23.53%

R = 33.33%
G = 43.14%
B = 23.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#BBF284 (or 0xBBF284) is known color: Sulu. HEX triplet: BB, F2 and 84. RGB value is (187,242,132). Sum of RGB (Red+Green+Blue) = 187+242+132=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF284 is #440D7B. Grayscale: #D5D5D5. Windows color (decimal): -4459900 or 8712891. OLE color: 8712891.

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

Color convert

RGB 187 242 132 -
CMYK 0.23 0 0.45 0.05
HSL 90º 0.81% 0.73% -
HSV(B) 90º 0.45% 0.95% -
XYZ 56.41 75.74 33.47 -
YUV 213.02 82.28 109.44 -
System Red Green Blue C M Y K H S L
Decimal 187 242 132 0.23 0 0.45 0.05 90 0.81 0.73
Hex BB F2 84 17 0 2D 5 5A 51 49
Octal 273 362 204 27 0 55 5 132 121 111
Binary 10111011 11110010 10000100 10111 0 101101 101 1011010 1010001 1001001

Color Harmonies of #BBF284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF284

Black with #BBF284

Text Example


Text Example

White with #BBF284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF284; }

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

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

background-color css

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

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

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

border-color css

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

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

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