Html Css Color HEX #BBDD7C Sulu

📋 copy color: '#BBDD7C'

red 187 ◦ green 221 ◦ blue 124

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

Shades of Sulu #BBDD7C

Tints of Sulu #BBDD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.31%

R = 35.15%
G = 41.54%
B = 23.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#BBDD7C (or 0xBBDD7C) is known color: Sulu. HEX triplet: BB, DD and 7C. RGB value is (187,221,124). Sum of RGB (Red+Green+Blue) = 187+221+124=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD7C is #442283. Grayscale: #C8C8C8. Windows color (decimal): -4465284 or 8183227. OLE color: 8183227.

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

Color convert

RGB 187 221 124 -
CMYK 0.15 0 0.44 0.13
HSL 81.03º 0.59% 0.68% -
HSV(B) 81.03º 0.44% 0.87% -
XYZ 49.99 63.73 28.74 -
YUV 199.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 187 221 124 0.15 0 0.44 0.13 81.03 0.59 0.68
Hex BB DD 7C F 0 2C D 51 3B 44
Octal 273 335 174 17 0 54 15 121 73 104
Binary 10111011 11011101 1111100 1111 0 101100 1101 1010001 111011 1000100

Color Harmonies of #BBDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD7C

Black with #BBDD7C

Text Example


Text Example

White with #BBDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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