Html Css Color HEX #BBF066 Sulu

📋 copy color: '#BBF066'

red 187 ◦ green 240 ◦ blue 102

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

Shades of Sulu #BBF066

Tints of Sulu #BBF066

RGB

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

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

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

R = 35.35%
G = 45.37%
B = 19.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#BBF066 (or 0xBBF066) is known color: Sulu. HEX triplet: BB, F0 and 66. RGB value is (187,240,102). Sum of RGB (Red+Green+Blue) = 187+240+102=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF066 is #440F99. Grayscale: #D0D0D0. Windows color (decimal): -4460442 or 6746299. OLE color: 6746299.

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

Color convert

RGB 187 240 102 -
CMYK 0.22 0 0.58 0.06
HSL 83.04º 0.82% 0.67% -
HSV(B) 83.04º 0.58% 0.94% -
XYZ 54.05 73.84 23.97 -
YUV 208.42 67.94 112.72 -
System Red Green Blue C M Y K H S L
Decimal 187 240 102 0.22 0 0.58 0.06 83.04 0.82 0.67
Hex BB F0 66 16 0 3A 6 53 52 43
Octal 273 360 146 26 0 72 6 123 122 103
Binary 10111011 11110000 1100110 10110 0 111010 110 1010011 1010010 1000011

Color Harmonies of #BBF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF066

Black with #BBF066

Text Example


Text Example

White with #BBF066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF066; }

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

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

background-color css

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

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

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

border-color css

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

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

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