Html Css Color HEX #BBDD84 Sulu

📋 copy color: '#BBDD84'

red 187 ◦ green 221 ◦ blue 132

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

Shades of Sulu #BBDD84

Tints of Sulu #BBDD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.44%

R = 34.63%
G = 40.93%
B = 24.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#BBDD84 (or 0xBBDD84) is known color: Sulu. HEX triplet: BB, DD and 84. RGB value is (187,221,132). Sum of RGB (Red+Green+Blue) = 187+221+132=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD84 is #44227B. Grayscale: #C9C9C9. Windows color (decimal): -4465276 or 8707515. OLE color: 8707515.

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

Color convert

RGB 187 221 132 -
CMYK 0.15 0 0.40 0.13
HSL 82.92º 0.57% 0.69% -
HSV(B) 82.92º 0.4% 0.87% -
XYZ 50.51 63.94 31.51 -
YUV 200.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 187 221 132 0.15 0 0.40 0.13 82.92 0.57 0.69
Hex BB DD 84 F 0 28 D 53 39 45
Octal 273 335 204 17 0 50 15 123 71 105
Binary 10111011 11011101 10000100 1111 0 101000 1101 1010011 111001 1000101

Color Harmonies of #BBDD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD84

Black with #BBDD84

Text Example


Text Example

White with #BBDD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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