Html Css Color HEX #BBF069 Sulu

📋 copy color: '#BBF069'

red 187 ◦ green 240 ◦ blue 105

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

Shades of Sulu #BBF069

Tints of Sulu #BBF069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.74%

R = 35.15%
G = 45.11%
B = 19.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#BBF069 (or 0xBBF069) is known color: Sulu. HEX triplet: BB, F0 and 69. RGB value is (187,240,105). Sum of RGB (Red+Green+Blue) = 187+240+105=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF069 is #440F96. Grayscale: #D1D1D1. Windows color (decimal): -4460439 or 6942907. OLE color: 6942907.

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

Color convert

RGB 187 240 105 -
CMYK 0.22 0 0.56 0.06
HSL 83.56º 0.82% 0.68% -
HSV(B) 83.56º 0.56% 0.94% -
XYZ 54.2 73.9 24.77 -
YUV 208.76 69.44 112.48 -
System Red Green Blue C M Y K H S L
Decimal 187 240 105 0.22 0 0.56 0.06 83.56 0.82 0.68
Hex BB F0 69 16 0 38 6 54 52 44
Octal 273 360 151 26 0 70 6 124 122 104
Binary 10111011 11110000 1101001 10110 0 111000 110 1010100 1010010 1000100

Color Harmonies of #BBF069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF069

Black with #BBF069

Text Example


Text Example

White with #BBF069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF069; }

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

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

background-color css

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

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

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

border-color css

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

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

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