Html Css Color HEX #BBD882 Sulu

📋 copy color: '#BBD882'

red 187 ◦ green 216 ◦ blue 130

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

Shades of Sulu #BBD882

Tints of Sulu #BBD882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.39%

R = 35.08%
G = 40.53%
B = 24.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#BBD882 (or 0xBBD882) is known color: Sulu. HEX triplet: BB, D8 and 82. RGB value is (187,216,130). Sum of RGB (Red+Green+Blue) = 187+216+130=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD882 is #44277D. Grayscale: #C5C5C5. Windows color (decimal): -4466558 or 8575163. OLE color: 8575163.

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

Color convert

RGB 187 216 130 -
CMYK 0.13 0 0.40 0.15
HSL 80.23º 0.52% 0.68% -
HSV(B) 80.23º 0.4% 0.85% -
XYZ 49.08 61.29 30.36 -
YUV 197.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 187 216 130 0.13 0 0.40 0.15 80.23 0.52 0.68
Hex BB D8 82 D 0 28 F 50 34 44
Octal 273 330 202 15 0 50 17 120 64 104
Binary 10111011 11011000 10000010 1101 0 101000 1111 1010000 110100 1000100

Color Harmonies of #BBD882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD882

Black with #BBD882

Text Example


Text Example

White with #BBD882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD882; }

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

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

background-color css

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

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

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

border-color css

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

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

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