Html Css Color HEX #BBF220 Inch Worm

📋 copy color: '#BBF220'

red 187 ◦ green 242 ◦ blue 32

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

Shades of Inch Worm #BBF220

Tints of Inch Worm #BBF220

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.49%

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

R = 40.56%
G = 52.49%
B = 6.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#BBF220 (or 0xBBF220) is known color: Inch Worm. HEX triplet: BB, F2 and 20. RGB value is (187,242,32). Sum of RGB (Red+Green+Blue) = 187+242+32=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF220 is #440DDF. Grayscale: #CACACA. Windows color (decimal): -4460000 or 2159291. OLE color: 2159291.

HSL color Cylindrical-coordinate representation of color #BBF220: hue angle of 75.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBF220 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 32 -
CMYK 0.23 0 0.87 0.05
HSL 75.71º 0.89% 0.54% -
HSV(B) 75.71º 0.87% 0.95% -
XYZ 52.51 74.17 12.92 -
YUV 201.62 32.28 117.58 -
System Red Green Blue C M Y K H S L
Decimal 187 242 32 0.23 0 0.87 0.05 75.71 0.89 0.54
Hex BB F2 20 17 0 57 5 4C 59 36
Octal 273 362 40 27 0 127 5 114 131 66
Binary 10111011 11110010 100000 10111 0 1010111 101 1001100 1011001 110110

Color Harmonies of #BBF220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF220

Black with #BBF220

Text Example


Text Example

White with #BBF220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF220; }

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

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

background-color css

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

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

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

border-color css

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

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

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