Html Css Color HEX #BBF01C Inch Worm

📋 copy color: '#BBF01C'

red 187 ◦ green 240 ◦ blue 28

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

Shades of Inch Worm #BBF01C

Tints of Inch Worm #BBF01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.15%

R = 41.1%
G = 52.75%
B = 6.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#BBF01C (or 0xBBF01C) is known color: Inch Worm. HEX triplet: BB, F0 and 1C. RGB value is (187,240,28). Sum of RGB (Red+Green+Blue) = 187+240+28=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF01C is #440FE3. Grayscale: #C8C8C8. Windows color (decimal): -4460516 or 1896635. OLE color: 1896635.

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

Color convert

RGB 187 240 28 -
CMYK 0.22 0 0.88 0.06
HSL 75º 0.88% 0.53% -
HSV(B) 75º 0.88% 0.94% -
XYZ 51.86 72.97 12.45 -
YUV 199.99 30.94 118.74 -
System Red Green Blue C M Y K H S L
Decimal 187 240 28 0.22 0 0.88 0.06 75 0.88 0.53
Hex BB F0 1C 16 0 58 6 4B 58 35
Octal 273 360 34 26 0 130 6 113 130 65
Binary 10111011 11110000 11100 10110 0 1011000 110 1001011 1011000 110101

Color Harmonies of #BBF01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF01C

Black with #BBF01C

Text Example


Text Example

White with #BBF01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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