Html Css Color HEX #BBF120 Inch Worm

📋 copy color: '#BBF120'

red 187 ◦ green 241 ◦ blue 32

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

Shades of Inch Worm #BBF120

Tints of Inch Worm #BBF120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.39%

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

R = 40.65%
G = 52.39%
B = 6.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#BBF120 (or 0xBBF120) is known color: Inch Worm. HEX triplet: BB, F1 and 20. RGB value is (187,241,32). Sum of RGB (Red+Green+Blue) = 187+241+32=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF120 is #440EDF. Grayscale: #C9C9C9. Windows color (decimal): -4460256 or 2159035. OLE color: 2159035.

HSL color Cylindrical-coordinate representation of color #BBF120: hue angle of 75.5º degrees, saturation: 0.88, 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 #BBF120 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 32 -
CMYK 0.22 0 0.87 0.05
HSL 75.5º 0.88% 0.54% -
HSV(B) 75.5º 0.87% 0.95% -
XYZ 52.21 73.58 12.82 -
YUV 201.03 32.61 117.99 -
System Red Green Blue C M Y K H S L
Decimal 187 241 32 0.22 0 0.87 0.05 75.5 0.88 0.54
Hex BB F1 20 16 0 57 5 4C 58 36
Octal 273 361 40 26 0 127 5 114 130 66
Binary 10111011 11110001 100000 10110 0 1010111 101 1001100 1011000 110110

Color Harmonies of #BBF120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF120

Black with #BBF120

Text Example


Text Example

White with #BBF120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF120; }

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

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

background-color css

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

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

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

border-color css

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

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

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