Html Css Color HEX #BBF982 Sulu

📋 copy color: '#BBF982'

red 187 ◦ green 249 ◦ blue 130

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

Shades of Sulu #BBF982

Tints of Sulu #BBF982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.99%

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

R = 33.04%
G = 43.99%
B = 22.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#BBF982 (or 0xBBF982) is known color: Sulu. HEX triplet: BB, F9 and 82. RGB value is (187,249,130). Sum of RGB (Red+Green+Blue) = 187+249+130=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF982 is #44067D. Grayscale: #D9D9D9. Windows color (decimal): -4458110 or 8583611. OLE color: 8583611.

HSL color Cylindrical-coordinate representation of color #BBF982: hue angle of 91.26º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBF982 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 130 -
CMYK 0.25 0 0.48 0.02
HSL 91.26º 0.91% 0.74% -
HSV(B) 91.26º 0.48% 0.98% -
XYZ 58.4 79.93 33.47 -
YUV 216.9 78.96 106.68 -
System Red Green Blue C M Y K H S L
Decimal 187 249 130 0.25 0 0.48 0.02 91.26 0.91 0.74
Hex BB F9 82 19 0 30 2 5B 5B 4A
Octal 273 371 202 31 0 60 2 133 133 112
Binary 10111011 11111001 10000010 11001 0 110000 10 1011011 1011011 1001010

Color Harmonies of #BBF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF982

Black with #BBF982

Text Example


Text Example

White with #BBF982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF982; }

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

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

background-color css

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

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

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

border-color css

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

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

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