Html Css Color HEX #BBE980 Sulu

📋 copy color: '#BBE980'

red 187 ◦ green 233 ◦ blue 128

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

Shades of Sulu #BBE980

Tints of Sulu #BBE980

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.52%

 BLUE value IS 128 (50.39% from 255) = 23.36%

R = 34.12%
G = 42.52%
B = 23.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#BBE980 (or 0xBBE980) is known color: Sulu. HEX triplet: BB, E9 and 80. RGB value is (187,233,128). Sum of RGB (Red+Green+Blue) = 187+233+128=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE980 is #44167F. Grayscale: #CFCFCF. Windows color (decimal): -4462208 or 8448443. OLE color: 8448443.

HSL color Cylindrical-coordinate representation of color #BBE980: hue angle of 86.29º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBE980 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 128 -
CMYK 0.20 0 0.45 0.09
HSL 86.29º 0.7% 0.71% -
HSV(B) 86.29º 0.45% 0.91% -
XYZ 53.53 70.4 31.19 -
YUV 207.28 83.26 113.54 -
System Red Green Blue C M Y K H S L
Decimal 187 233 128 0.20 0 0.45 0.09 86.29 0.7 0.71
Hex BB E9 80 14 0 2D 9 56 46 47
Octal 273 351 200 24 0 55 11 126 106 107
Binary 10111011 11101001 10000000 10100 0 101101 1001 1010110 1000110 1000111

Color Harmonies of #BBE980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE980

Black with #BBE980

Text Example


Text Example

White with #BBE980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE980; }

 p { color: rgb(187,233,128); }

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

background-color css

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

 a { background-color: rgb(187,233,128); }

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

border-color css

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

 span { border-color: rgb(187,233,128); }

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