Html Css Color HEX #BBF013 Inch Worm

📋 copy color: '#BBF013'

red 187 ◦ green 240 ◦ blue 19

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

Shades of Inch Worm #BBF013

Tints of Inch Worm #BBF013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.26%

R = 41.93%
G = 53.81%
B = 4.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#BBF013 (or 0xBBF013) is known color: Inch Worm. HEX triplet: BB, F0 and 13. RGB value is (187,240,19). Sum of RGB (Red+Green+Blue) = 187+240+19=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF013 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF013 is #440FEC. Grayscale: #C7C7C7. Windows color (decimal): -4460525 or 1306811. OLE color: 1306811.

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

Color convert

RGB 187 240 19 -
CMYK 0.22 0 0.92 0.06
HSL 74.39º 0.88% 0.51% -
HSV(B) 74.39º 0.92% 0.94% -
XYZ 51.77 72.93 11.96 -
YUV 198.96 26.44 119.47 -
System Red Green Blue C M Y K H S L
Decimal 187 240 19 0.22 0 0.92 0.06 74.39 0.88 0.51
Hex BB F0 13 16 0 5C 6 4A 58 33
Octal 273 360 23 26 0 134 6 112 130 63
Binary 10111011 11110000 10011 10110 0 1011100 110 1001010 1011000 110011

Color Harmonies of #BBF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF013

Black with #BBF013

Text Example


Text Example

White with #BBF013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF013; }

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

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

background-color css

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

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

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

border-color css

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

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

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