Html Css Color HEX #BBF166 Sulu

📋 copy color: '#BBF166'

red 187 ◦ green 241 ◦ blue 102

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

Shades of Sulu #BBF166

Tints of Sulu #BBF166

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.47%

 BLUE value IS 102 (40.23% from 255) = 19.25%

R = 35.28%
G = 45.47%
B = 19.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#BBF166 (or 0xBBF166) is known color: Sulu. HEX triplet: BB, F1 and 66. RGB value is (187,241,102). Sum of RGB (Red+Green+Blue) = 187+241+102=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF166 is #440E99. Grayscale: #D1D1D1. Windows color (decimal): -4460186 or 6746555. OLE color: 6746555.

HSL color Cylindrical-coordinate representation of color #BBF166: hue angle of 83.31º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBF166 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 102 -
CMYK 0.22 0 0.58 0.05
HSL 83.31º 0.83% 0.67% -
HSV(B) 83.31º 0.58% 0.95% -
XYZ 54.35 74.43 24.07 -
YUV 209.01 67.61 112.3 -
System Red Green Blue C M Y K H S L
Decimal 187 241 102 0.22 0 0.58 0.05 83.31 0.83 0.67
Hex BB F1 66 16 0 3A 5 53 53 43
Octal 273 361 146 26 0 72 5 123 123 103
Binary 10111011 11110001 1100110 10110 0 111010 101 1010011 1010011 1000011

Color Harmonies of #BBF166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF166

Black with #BBF166

Text Example


Text Example

White with #BBF166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF166; }

 p { color: rgb(187,241,102); }

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

background-color css

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

 a { background-color: rgb(187,241,102); }

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

border-color css

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

 span { border-color: rgb(187,241,102); }

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