Html Css Color HEX #BBF076 Sulu

📋 copy color: '#BBF076'

red 187 ◦ green 240 ◦ blue 118

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

Shades of Sulu #BBF076

Tints of Sulu #BBF076

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.04%

 BLUE value IS 118 (46.48% from 255) = 21.65%

R = 34.31%
G = 44.04%
B = 21.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#BBF076 (or 0xBBF076) is known color: Sulu. HEX triplet: BB, F0 and 76. RGB value is (187,240,118). Sum of RGB (Red+Green+Blue) = 187+240+118=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF076 is #440F89. Grayscale: #D2D2D2. Windows color (decimal): -4460426 or 7794875. OLE color: 7794875.

HSL color Cylindrical-coordinate representation of color #BBF076: hue angle of 86.07º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBF076 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 118 -
CMYK 0.22 0 0.51 0.06
HSL 86.07º 0.8% 0.7% -
HSV(B) 86.07º 0.51% 0.94% -
XYZ 54.92 74.19 28.57 -
YUV 210.25 75.94 111.42 -
System Red Green Blue C M Y K H S L
Decimal 187 240 118 0.22 0 0.51 0.06 86.07 0.8 0.7
Hex BB F0 76 16 0 33 6 56 50 46
Octal 273 360 166 26 0 63 6 126 120 106
Binary 10111011 11110000 1110110 10110 0 110011 110 1010110 1010000 1000110

Color Harmonies of #BBF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF076

Black with #BBF076

Text Example


Text Example

White with #BBF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF076; }

 p { color: rgb(187,240,118); }

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

background-color css

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

 a { background-color: rgb(187,240,118); }

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

border-color css

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

 span { border-color: rgb(187,240,118); }

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