Html Css Color HEX #BBD880 Sulu

📋 copy color: '#BBD880'

red 187 ◦ green 216 ◦ blue 128

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

Shades of Sulu #BBD880

Tints of Sulu #BBD880

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.68%

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

R = 35.22%
G = 40.68%
B = 24.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BBD880 (or 0xBBD880) is known color: Sulu. HEX triplet: BB, D8 and 80. RGB value is (187,216,128). Sum of RGB (Red+Green+Blue) = 187+216+128=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD880 is #44277F. Grayscale: #C5C5C5. Windows color (decimal): -4466560 or 8444091. OLE color: 8444091.

HSL color Cylindrical-coordinate representation of color #BBD880: hue angle of 79.77º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBD880 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 128 -
CMYK 0.13 0 0.41 0.15
HSL 79.77º 0.53% 0.67% -
HSV(B) 79.77º 0.41% 0.85% -
XYZ 48.95 61.24 29.66 -
YUV 197.3 88.89 120.66 -
System Red Green Blue C M Y K H S L
Decimal 187 216 128 0.13 0 0.41 0.15 79.77 0.53 0.67
Hex BB D8 80 D 0 29 F 50 35 43
Octal 273 330 200 15 0 51 17 120 65 103
Binary 10111011 11011000 10000000 1101 0 101001 1111 1010000 110101 1000011

Color Harmonies of #BBD880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD880

Black with #BBD880

Text Example


Text Example

White with #BBD880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD880; }

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

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

background-color css

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

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

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

border-color css

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

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

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