Html Css Color HEX #BBF020 Inch Worm

📋 copy color: '#BBF020'

red 187 ◦ green 240 ◦ blue 32

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

Shades of Inch Worm #BBF020

Tints of Inch Worm #BBF020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.97%

R = 40.74%
G = 52.29%
B = 6.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#BBF020 (or 0xBBF020) is known color: Inch Worm. HEX triplet: BB, F0 and 20. RGB value is (187,240,32). Sum of RGB (Red+Green+Blue) = 187+240+32=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF020 is #440FDF. Grayscale: #C9C9C9. Windows color (decimal): -4460512 or 2158779. OLE color: 2158779.

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

Color convert

RGB 187 240 32 -
CMYK 0.22 0 0.87 0.06
HSL 75.29º 0.87% 0.53% -
HSV(B) 75.29º 0.87% 0.94% -
XYZ 51.91 72.99 12.72 -
YUV 200.44 32.94 118.41 -
System Red Green Blue C M Y K H S L
Decimal 187 240 32 0.22 0 0.87 0.06 75.29 0.87 0.53
Hex BB F0 20 16 0 57 6 4B 57 35
Octal 273 360 40 26 0 127 6 113 127 65
Binary 10111011 11110000 100000 10110 0 1010111 110 1001011 1010111 110101

Color Harmonies of #BBF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF020

Black with #BBF020

Text Example


Text Example

White with #BBF020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF020; }

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

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

background-color css

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

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

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

border-color css

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

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

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