Html Css Color HEX #BBDD81 Sulu

📋 copy color: '#BBDD81'

red 187 ◦ green 221 ◦ blue 129

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

Shades of Sulu #BBDD81

Tints of Sulu #BBDD81

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.15%

 BLUE value IS 129 (50.78% from 255) = 24.02%

R = 34.82%
G = 41.15%
B = 24.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#BBDD81 (or 0xBBDD81) is known color: Sulu. HEX triplet: BB, DD and 81. RGB value is (187,221,129). Sum of RGB (Red+Green+Blue) = 187+221+129=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD81 is #44227E. Grayscale: #C8C8C8. Windows color (decimal): -4465279 or 8510907. OLE color: 8510907.

HSL color Cylindrical-coordinate representation of color #BBDD81: hue angle of 82.17º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBDD81 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 129 -
CMYK 0.15 0 0.42 0.13
HSL 82.17º 0.58% 0.69% -
HSV(B) 82.17º 0.42% 0.87% -
XYZ 50.31 63.86 30.44 -
YUV 200.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 187 221 129 0.15 0 0.42 0.13 82.17 0.58 0.69
Hex BB DD 81 F 0 2A D 52 3A 45
Octal 273 335 201 17 0 52 15 122 72 105
Binary 10111011 11011101 10000001 1111 0 101010 1101 1010010 111010 1000101

Color Harmonies of #BBDD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD81

Black with #BBDD81

Text Example


Text Example

White with #BBDD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD81; }

 p { color: rgb(187,221,129); }

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

background-color css

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

 a { background-color: rgb(187,221,129); }

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

border-color css

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

 span { border-color: rgb(187,221,129); }

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