Html Css Color HEX #BBDC82 Sulu

📋 copy color: '#BBDC82'

red 187 ◦ green 220 ◦ blue 130

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

Shades of Sulu #BBDC82

Tints of Sulu #BBDC82

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

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

R = 34.82%
G = 40.97%
B = 24.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#BBDC82 (or 0xBBDC82) is known color: Sulu. HEX triplet: BB, DC and 82. RGB value is (187,220,130). Sum of RGB (Red+Green+Blue) = 187+220+130=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC82 is #44237D. Grayscale: #C8C8C8. Windows color (decimal): -4465534 or 8576187. OLE color: 8576187.

HSL color Cylindrical-coordinate representation of color #BBDC82: hue angle of 82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBDC82 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 130 -
CMYK 0.15 0 0.41 0.14
HSL 82º 0.56% 0.69% -
HSV(B) 82º 0.41% 0.86% -
XYZ 50.12 63.36 30.71 -
YUV 199.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 187 220 130 0.15 0 0.41 0.14 82 0.56 0.69
Hex BB DC 82 F 0 29 E 52 38 45
Octal 273 334 202 17 0 51 16 122 70 105
Binary 10111011 11011100 10000010 1111 0 101001 1110 1010010 111000 1000101

Color Harmonies of #BBDC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC82

Black with #BBDC82

Text Example


Text Example

White with #BBDC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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