Html Css Color HEX #BBDA82 Sulu

📋 copy color: '#BBDA82'

red 187 ◦ green 218 ◦ blue 130

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

Shades of Sulu #BBDA82

Tints of Sulu #BBDA82

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

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

R = 34.95%
G = 40.75%
B = 24.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#BBDA82 (or 0xBBDA82) is known color: Sulu. HEX triplet: BB, DA and 82. RGB value is (187,218,130). Sum of RGB (Red+Green+Blue) = 187+218+130=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA82 is #44257D. Grayscale: #C7C7C7. Windows color (decimal): -4466046 or 8575675. OLE color: 8575675.

HSL color Cylindrical-coordinate representation of color #BBDA82: hue angle of 81.14º degrees, saturation: 0.54, 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 #BBDA82 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 130 -
CMYK 0.14 0 0.40 0.15
HSL 81.14º 0.54% 0.68% -
HSV(B) 81.14º 0.4% 0.85% -
XYZ 49.59 62.32 30.53 -
YUV 198.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 187 218 130 0.14 0 0.40 0.15 81.14 0.54 0.68
Hex BB DA 82 E 0 28 F 51 36 44
Octal 273 332 202 16 0 50 17 121 66 104
Binary 10111011 11011010 10000010 1110 0 101000 1111 1010001 110110 1000100

Color Harmonies of #BBDA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA82

Black with #BBDA82

Text Example


Text Example

White with #BBDA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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