Html Css Color HEX #BBEA82 Sulu

📋 copy color: '#BBEA82'

red 187 ◦ green 234 ◦ blue 130

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

Shades of Sulu #BBEA82

Tints of Sulu #BBEA82

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.47%

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

R = 33.94%
G = 42.47%
B = 23.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#BBEA82 (or 0xBBEA82) is known color: Sulu. HEX triplet: BB, EA and 82. RGB value is (187,234,130). Sum of RGB (Red+Green+Blue) = 187+234+130=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEA82 is #44157D. Grayscale: #D0D0D0. Windows color (decimal): -4461950 or 8579771. OLE color: 8579771.

HSL color Cylindrical-coordinate representation of color #BBEA82: hue angle of 87.12º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBEA82 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 130 -
CMYK 0.20 0 0.44 0.08
HSL 87.12º 0.71% 0.71% -
HSV(B) 87.12º 0.44% 0.92% -
XYZ 53.95 71.02 31.98 -
YUV 208.09 83.93 112.96 -
System Red Green Blue C M Y K H S L
Decimal 187 234 130 0.20 0 0.44 0.08 87.12 0.71 0.71
Hex BB EA 82 14 0 2C 8 57 47 47
Octal 273 352 202 24 0 54 10 127 107 107
Binary 10111011 11101010 10000010 10100 0 101100 1000 1010111 1000111 1000111

Color Harmonies of #BBEA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEA82

Black with #BBEA82

Text Example


Text Example

White with #BBEA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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