Html Css Color HEX #BBF98D Sulu

📋 copy color: '#BBF98D'

red 187 ◦ green 249 ◦ blue 141

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

Shades of Sulu #BBF98D

Tints of Sulu #BBF98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.44%

R = 32.41%
G = 43.15%
B = 24.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#BBF98D (or 0xBBF98D) is known color: Sulu. HEX triplet: BB, F9 and 8D. RGB value is (187,249,141). Sum of RGB (Red+Green+Blue) = 187+249+141=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF98D is #440672. Grayscale: #DADADA. Windows color (decimal): -4458099 or 9304507. OLE color: 9304507.

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

Color convert

RGB 187 249 141 -
CMYK 0.25 0 0.43 0.02
HSL 94.44º 0.9% 0.76% -
HSV(B) 94.44º 0.43% 0.98% -
XYZ 59.18 80.24 37.57 -
YUV 218.15 84.46 105.78 -
System Red Green Blue C M Y K H S L
Decimal 187 249 141 0.25 0 0.43 0.02 94.44 0.9 0.76
Hex BB F9 8D 19 0 2B 2 5E 5A 4C
Octal 273 371 215 31 0 53 2 136 132 114
Binary 10111011 11111001 10001101 11001 0 101011 10 1011110 1011010 1001100

Color Harmonies of #BBF98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF98D

Black with #BBF98D

Text Example


Text Example

White with #BBF98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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